Hi,
I have got a pervasive sql database with a table name
A0001 but 4 different file names for instance
A0001_01 ;A0001_02 ...
The problem is that the file location is not linked
when making the odbc connection
Is it possible to define the location in VB6 ADO
the reason for the...
But still the question remains how to edit or send or link
the 0001_01.dat file to the table 0001 in VB6 ADO
or 0001_02.dat file to the same table this in a VB prog
kind regards
Kevin
a ddf file is a file that contains the information of btrieve data files
the question is for btrieve data files under pervasive sql 2000 server odbc connection
i think it should be something like
Private Sub .....()
Dim rsPriorities As ADODB.Recordset
Set rsPriorities = New...
Hi,
I have got a database that has a ddf file without
locations of the tables defined, this because it has
different locations for differnet versions of the
table for instance
table name is 0001 and file is 0001_01.dat and
0001_2.dat and 0001_3.dat
when in version 1 the...
Thanks this works fine !
the reason I want to use RDO is because
I don't want to use access as the database
so I use MKD files like in demodatabase from sql
server 2000 .
This because it's faster and less instructions
At least I think so.
any way thanks for the help
HI,
I've mad a database in MS sql 2000 server
and with a visual basic project i'm trying
to edit a table this works fine if I input the values
as '100' but when I want to refer to a field from
a form for instants field IDNR I get the error
Run-time error 40002
37000...
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.