Hy all
I successfully access tha data of a btrieve format database via the following ODBC DSN-less
connection using Pervasive.SQL 2000 Workstation engine and VB6.
.....
Dim adoConn As New ADODB.Connection
Dim rst As New ADODB.Recordset
With adoConn
.Provider = "MSDASQL"...
Hi all
I developed a VB6 application that at a certain point runs an external program (Winvam.exe) with the following code:
Private Declare Function CloseHandle Lib "kernel32.dll" (ByVal hObject As Long) As Long
Private Declare Function WaitForSingleObject Lib "kernel32.dll" (ByVal hHandle As...
Hy all
I need to generate a surface starting from x,y,z data. I tried to find code about gridding kriging algorithm but so far i didn't succed. I would really appreciate any information, suggestion or examples
thanks
emilioantonio
hi abaldwin
Actually i realized that the more consuming time process is "order by" clause in the select statement. In fact without this clause, the query runs significantly faster (but, however, i need to order data)
Looping through as well takes its time.
At the moment i do not have the...
hi folks,
i'm developing a VB6 real-time 3d graphic application that retrieves, every 10 seconds, data from a Pervasive.SQL2000 SP2 server database through the following DSNless connection code:
Dim adoConn As New ADODB.Connection
Dim rst1 As New ADODB.Recordset
dim curdb as string
curdb...
hi folks,
i'm developing a VB6 real-time 3d graphic application that retrieves, every 10 seconds, data from a Pervasive.SQL2000 SP2 server database through the following DSNless connection code:
Dim adoConn As New ADODB.Connection
Dim rst1 As New ADODB.Recordset
dim curdb as string
curdb =...
hi zemp
your code was exactly what i nedeed.
I've got the PCC and i built the statement there.... but what do you mean "..grab it with a debug.print..."?
Ciao
Emilioantonio
Hi guys
i have to retrieve data from tables of an existing Pervasive database using, for example, the following statement
..."SELECT * FROM LITHOLOGY", CON
the problem arises when the table has a composite name (i.e. DEVIATION SURVEYS"). In such a case a syntax error occurs when i run the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.