Data control
How to use the data control??
i got a data control, i set the properties of DatabaseName to my database, when i want to enter the RecordSource.. error occur... stated Unrecognized database format... i create the mdb in access format.
Anyone have the sample of this data control??
[287 byte] By [
lsy] at [2007-11-20 1:38:10]

# 1 Re: Data control
How to use the data control??
i got a data control, i set the properties of DatabaseName to my database, when i want to enter the RecordSource.. error occur... stated Unrecognized database format... i create the mdb in access format.
Anyone have the sample of this data control??
You are probably using Access 2000 Databases. Convert the database to Access 97 or easrlier version and it should work.
However, why use a Data Control when you have better options of accessing the data. use ADODB rather.
# 2 Re: Data control
You are probably using Access 2000 Databases. Convert the database to Access 97 or easrlier version and it should work.
However, why use a Data Control when you have better options of accessing the data. use ADODB rather.
where can i get the ADODB?? i not familiar with VB
lsy at 2007-11-9 19:55:28 >

# 3 Re: Data control
where can i get the ADODB?? i not familiar with VB
If you are not familiar with VB, then I would suggest going through some basic tutorials and getting a nice book to read some of the basics that you should know before even touching the VB IDE.
# 4 Re: Data control
If you are not familiar with VB, then I would suggest going through some basic tutorials and getting a nice book to read some of the basics that you should know before even touching the VB IDE.
i get the ADODB control... i set the ConnectionString to link the database but how i set the RecordSource?
lsy at 2007-11-9 19:57:32 >

# 6 Re: Data control
It would be better if you get a book or a tutorial that will explain everything for you.
Learning in tits and bits won't help you.
ok... thanks...
any website you would recommend??
lsy at 2007-11-9 19:59:31 >
