L
Louis
Hi
I know that if you link MySQL tables to an access database - you can tick
the RETURN MATCHING ROWS box. However - i have a form that appends mySQL
tables to the database and cannot work out how to do it. Can i attach extra
options to the connection string - and if so how do i attach the return
matching rows.
Thanks
AL
i.e.
connectString = "Driver=MySQL ODBC 3.51
Driver;Server=00.00.00.00;Port=3300;Database=myDB;uid=myUID;pwd=myPWD"
tdf.Connect = connectString
tdf.SourceTableName = tableList(intI)
db.TableDefs.Append tdf
I know that if you link MySQL tables to an access database - you can tick
the RETURN MATCHING ROWS box. However - i have a form that appends mySQL
tables to the database and cannot work out how to do it. Can i attach extra
options to the connection string - and if so how do i attach the return
matching rows.
Thanks
AL
i.e.
connectString = "Driver=MySQL ODBC 3.51
Driver;Server=00.00.00.00;Port=3300;Database=myDB;uid=myUID;pwd=myPWD"
tdf.Connect = connectString
tdf.SourceTableName = tableList(intI)
db.TableDefs.Append tdf