im currently using a system dsn with odbc driver for mysql 5.1 to link to several tables which are in a mysql db ,
i'm wanting to make my access f/e easily distributable so was looking for a way to use a file dsn perhaps, only prob i have with this is a lot of the forms show information and do calculations based on info in the linked tables, and a file dsn doesnt seem to keep the connections to the tables open and am constanly getting promted for the user and pass, is their a way to use a file dsn or something else and have the connections to the linked tables always their till the app is closed
i'm wanting to make my access f/e easily distributable so was looking for a way to use a file dsn perhaps, only prob i have with this is a lot of the forms show information and do calculations based on info in the linked tables, and a file dsn doesnt seem to keep the connections to the tables open and am constanly getting promted for the user and pass, is their a way to use a file dsn or something else and have the connections to the linked tables always their till the app is closed