Thursday, November 8, 2007

adodc connectionstring for any database

visual basic 6 has many capabilities to connect with many database application.
both desktop database and client-server database.
such as: ms access, foxpro, dbase, sql server, etc.
with these capabilities, make vb mostly used by many programmer related with database application.
to connect with database, we need object connector, adodc.
in adodc, there are 2 methods that we must set to make adodc connect with database.
they are: connectionstring and recordsource.
we use connectionstring to determine what database application and the name of our database. while  recordsource, we use it to select a table.
here some adodc connectionstring....(i've repost it from pondokindah.wordpress.com. thanks)


No comments: