PDA

Click to See Complete Forum and Search --> : dsn in vb


J.X.
Apr 7th, 2000, 02:18 AM
I have create a package that connect a few textboxes to a Access table fields. so, whenever I enter something in the textboxes, it goes to the Access table's corresponding fields. the Access and the table both called "mailinglist", but the problem is that I created a
mailinglist.dsn through ODBC data source and included in the package(zip file), but when I downloaded the program in others's machine, I find out that mailinglist.dsn is useless, I still have to specifies the dsn in each individual's machine. so, is the coding the only solution for this problem? if so, can anybody give the sample code for this? so that anybody downloaded the program won't have to create the dsn again to make the program work. thanks in advance. my fields are "firstname", "lastname", "MI", "address"..