Tagged Questions
The pervasive tag has no wiki summary.
3
votes
1answer
226 views
Select max date row from results
Using Pervasive SQL, I have a result set:
Tp_No Name State Eff_Date Actual Billed
1006 ABC TN 2006-07-01 .1 .5
1006 ABC TN ...
3
votes
7answers
539 views
SQL statement with LIKE
I would like to select all records that have an underscore character in their 11th character,
so i try this:
SELECT * FROM "BOM_SUB_LEVEL" where TOP_CODE like '%%%%%%%%%%_%%%'
but this doesnt work ...
3
votes
3answers
4k views
What's a 'pervasive database'?
I'm sorry, but this keyword doesn't mean anything to me... Can someone give me a definition?
Thanks in advance...
2
votes
3answers
222 views
SQL replace function
I would like to replace characters within my WHERE statement that have the first character of S,
right now all i have is the following:
WHERE i1.CODE = REPLACE(i2.CODE, 'S', 'U')
but this would ...
2
votes
1answer
383 views
open source music streaming api
I would like to stream music (not random, specific...e.g if i want megadeth - peace sells i should be able to stream it) to the clients from the server. grooveshark came to my mind first, but it ...
2
votes
2answers
757 views
Pervasive ODBC access from PHP on Linux?
Can anyone give me an example of querying a Pervasive PSQL database from PHP on a remote Linux machine?
Pervasive claims PHP can access it, but their examples use Windows COM objects, which isn't ...
2
votes
1answer
212 views
Determining the start and end range of bytes changed in a file
I'm working on a little experimental utility to use within our company that indexes notes stored in our custom CRM software for full-text searching. These notes are stored in a Btrieve database (a ...
1
vote
4answers
75 views
SQL Selecting record with highest ID
I have a issue with some SQL that I can't wrap my head around a solution.
Right now the query I am running basically is:
SELECT Q.ID, Q.STATUS, C.LASTNAME, C.FIRSTNAME,
C.POSTAL, C.PHONE
...
1
vote
1answer
29 views
Password Changer using VAccess
Hey I am working on a password changer. User logs in ( successfully), loads a global var with user initials, then launch a password expired form. I try and use those initials on the password expired ...
1
vote
1answer
135 views
sql replace function that matches whole words
I wish to replace some text within a field, so i have the following statement:
UPDATE INVENTORY
SET INV_DESCRIPTION = REPLACE(INV_DESCRIPTION, '5 ml', '5ml (1/6oz)')
The problem lies in the fact ...
1
vote
3answers
121 views
optimizing SQL UPDATE with LIKE
I have tried running the following UPDATE on a table with about 25k rows and its been running for over 24hours and it has not completed. I only need to run this UPDATE once so time is not too much of ...
1
vote
1answer
599 views
ODBC connection problems
I'm creating an asp.net application that gathers information from a pervasive database. I'm having a hard time getting the connection to work properly though. From my computer I am able to connect to ...
1
vote
1answer
190 views
What purpose does a .DDF file have?
Hey can someone tell me what the Field, File and Index .ddf files do in pervasive. Do they have to changed or be updated when a table definition changes? Any insight would be GREATLY appreciated.
...
1
vote
1answer
261 views
RunTime Error 380 - Specified Fieldname not found in object
I am running a VB6 application with a Pervasive V9.5 Database. I am receiving a RunTime Error 380 - Specified Fieldname not found in object when only 2 of my users are trying to log in. Rest of the ...
1
vote
1answer
233 views
Pervasive SQL german Umlauts Problem
I'm using the Pervasive SQL - ADO.NET 3.5 DataProvider for retrieving data out of the PSQL DB and I've noticed that the german umlauts (äöüÄÖÜ etc.) are not represented correctly in the ...
1
vote
2answers
115 views
Updating a field within a table based on a field within the same table
HI ALL
I wish to update a row within my table from a row within that same table,
I have a table called INVENTORY. it stores PRICES for products.
I have SALES codes and I have STOCK codes which are ...
1
vote
3answers
102 views
Pervasive and Tango?
We are currnetly looking at redeveloping an Interanet application that was created it would appear with Pervasive SQL and Tango (it usues TAF fiels so this is out assumption).
Looking at the ...
1
vote
1answer
312 views
Pervasive 8 and Python
Is it possible to access a Pervasive 8 (not Pervasive SQL) database from python?
1
vote
1answer
2k views
Using parameterized SQL with LIKE in WHERE clause (Pervasive SQL)
I have a Pervasive database that I connect to using C++.
All my queries so far is parameterized, i.e "SELECT USER.NAME FROM USER WHERE USER.ID = ?",
and that works fine.
But in a search query I use ...
0
votes
0answers
18 views
Random Invalid password when connecting to Sage Timberline PervasiveSQL database over odbc using php
I have a web app doing some number crunching and updating a Sage Timberline database, which I understand to be PervasiveSQL/BTrieve or something ugly.
$con = odbc_connect("dsn", "user", 'pw') or ...
0
votes
2answers
64 views
How can I eliminate the subquery from this sql query?
I have a query which should work, but it seems I am a victim of a poor database technology. I need to run the query below on a Pervasive SQL database. The manufacturer of the product using Pervasive ...
0
votes
1answer
51 views
Select Database Names in Pervasive SQL 9
I have been searching all over and i cant seem to find a solution.
I want to query the Pervasive engine to see how many and what are the names of the databases hosted on the Pervasive engine.
my ...
0
votes
1answer
97 views
DSN-Less Query to a Pervasive DB via Access 2007?
See Edit 3 for latest developments:
Backstory:
I tried looking, and I hate to ask such a newbish question but here goes.
I've recently gotten a hold of a database that apparently connects (or used ...
0
votes
1answer
30 views
How do I listen to Pervasive Database Event from .NET
I would like to listen to changes happening on a pervasive database table using .Net...
For example:
I have a Client table with a column for Phone Number.
I would like to know how to listen for ...
0
votes
2answers
71 views
SQL Select where two particular items not sold on same date to same customer
I'm trying to get all orders where item of type A is on the order, but item of type B is not also on the order. Unfortunately, the table structure has some deficiencies which make this a little more ...
0
votes
1answer
177 views
Creating a DSNless connection to Pervasive in VBA
I'm very new at connecting to databases so I apologise if I'm not familiar with some of the terminology.
I would like to open up a DSNless connection to the pervasive database using VBA and I'm ...
0
votes
1answer
198 views
Pervasive PSQL 10 Database to MS SQL Server?
I want to migrate a Btrieve Database to Microsoft SQL Server 2008 R2. I already have done the step of migration to Pervasive PSQL 10 Workstation (x86), which offers an ODBC / OLE DB driver. (It seems ...
0
votes
2answers
60 views
Dynamic SQL statement return value using the current target connection
I'm currently creating my first real life project in Pervasive. The task is to map a certain XML structure containing orders (as in shops and products) to 3 tables I created myself. These tables rest ...
0
votes
1answer
39 views
Is there some way to ascertain if the tableadapters underlying data has changed
I am retrieving data from my database using a TableAdapter. I was wondering if there is some way I can tell (or be informed) that the data has changed and I therefore need to do another Fill? That way ...
0
votes
1answer
82 views
Help with SQL INNER JOIN statement
I have 2 tables , one showing me customer addresses and one other table showing all the order data. i would like to query the two tables using a JOIN so that i can get a result set shwoing me all the ...
0
votes
0answers
124 views
Refresh Locations and Verfiy using Crystal CRAXDRT Object
I am using the Crystal 10 runtime in my VB6 project and want to find a way to programatically refresh locations and verify the report.
I have tried the following but I get the error: This Field Name ...
0
votes
0answers
183 views
Timberline ODBC Error with TEMP Environment variable
I have stumper that's been causing intermittent error at a client which has been increasing in frequency.
I have an application that processes data, and reads from an accounting package called ...
0
votes
2answers
146 views
Pervasive SQL GRANT syntax
I've been Googling for half an hour now, and can't seem to find the right place...
How do I add a user and grant that user access to all tables in the database? Found some GRANT snippets, but there ...
0
votes
3answers
41 views
is there a way to limit the amount of rows that get affected by an UPDATE statement?
just wondering if there is any way for me to limit the amount of rows
which will be affected by an UPDATE statement....I was thinking of using something like a LIMIT statement but there's no such ...
0
votes
0answers
42 views
pervasive btrieve: How to get Log Information of a table in pervasive btrieve DataBase
Actually, I have a table having millions of records in it. Now, I want to know when the first record was entered into this table. I am using pervasive btrieve database. Kindly let me know whether any ...
0
votes
2answers
171 views
ODBC Pervasive Error
I am having the hardest time connecting to this pervasive server for this asp.net application I'm working on. Right now, I am able to access and view the entire database using my connection string in ...
0
votes
0answers
142 views
[Android]Database + jdbc
I'm doing an internship and I have to do an Android application.
I have to show some data on the phone, from a remote Pervasive database.
I need to create a web interface, and I can do this in two ...
0
votes
0answers
200 views
Add a column to an INSERT / SELECT statement in Pervasive SQL
I am trying to do something really simple. I want to add a blank column to a temp table because my calling program expects that column. I thought I had it right but Pervasive doesn't like it (it says ...
0
votes
1answer
208 views
Is it possible to force a .NET dll running in a 32 bit process to 'act' like a 64 bit process?
I am almost sure this isn't possible but it's worth an ask...
We have a .NET DLL that is being called from our VB6 application. The VB6 app runs in a 32 bit process so the DLL runs in the same ...
0
votes
1answer
91 views
using a subquery with UPDATE
can any one help me make this sql statement work?
my dbms doesnt all INNER JOINS with UPDATES so I have to use a subquery:
UPDATE INVENTORY
SET i2.BVRTLPRICE01 = i1.BVRTLPRICE01
WHERE exists
(SELECT ...
0
votes
1answer
263 views
Get latest exchange rate for all currencies
I have a database with a lot a currencies and each row has a currency, datestamp and the exchange rate. What I would like to have is a query that gets me the latest exchange rate for all the ...
0
votes
1answer
278 views
Pervasive SQL Update with top
I am looking to do this:
update aTable
set aField = 'value'
where aTable.Id in (select top 400 Id from aTable order by dateField) .
-- This will run, but it only updates the first id it gets to in ...
0
votes
2answers
310 views
Pervasive Sql 10 Join one table, onto another, onto another
I have a table with products.
When I get information from that table, I would also like to get the ETA of that article. To do so, I am planning to get the latest purchase Order Row, that is on this ...
0
votes
2answers
123 views
C# and Pervasive, find the type of data in a column
I am using Pervasive and I would like to know what kind of data a column contains. However, the only overload of PsqlDataReader.GetFieldType accepts an int index. But I want to know using the column ...
0
votes
1answer
153 views
What is meant by Distributed Systems AND Pervasive Middleware and Services
I like to know what is meant by
1)Distributed Systems
2)Pervasive Middleware and Services
what technologies are involved in it and what programming languages might be used for them.
as they are ...
0
votes
1answer
441 views
Import from Pervasive Database Files
I need to import data from pervasive database to sql server. I have installed pervasive db claient & oledb provider. the pervasive database with me is in file format (folder with .DAT files). I ...
0
votes
1answer
423 views
How to connect Pervasive ODBC using PHP on Windows?
I want to Connect Pervasive ODBC using PHP on Windows. Wether we have to download Pervasive client version for same???? whats else we need to download for this???
0
votes
2answers
279 views
Btrieve Date Integer
this is my question:
I'm migrating data from a Btrieve file (.dat) through Pervasive Control Center and there is field type which is defined as integer but is a date and for example the date ...
0
votes
4answers
163 views
Improving SQL Code
I'm using Pervasive SQL. I have the following UNION of mulitple SQL statements. Is there a way to clean this up, especially the Pay Date an the Loc No fields that are selected in each statement. Is ...
0
votes
2answers
144 views
Pervasive & Linux
I'm interested in quering a Pervasive DB server running on a Windows platform from Linux.
Would anyone happen to know if this is possible, what's required and what resources there are for me to read ...