r0cks0ul9o21
01-30-2006, 03:15 PM
help im having problem on specifying what file should i put on the database
there are lots of different file types such as db.opt .frm, etc pls email me
or should i target the folder????
cfarne009@yahoo.com
strConnection = "driver={MySQL ODBC 3.51 Driver};server=localhost;uid=root;"
strConnection = strConnection & "pwd=mypassword;database=[c:\mysql\bin\data\testdb];"
and how should i make a query when i got 3 inputs from the user
ex. SSNUM, FNAME, DOBTH,
select SSSNUM, FNAME, DOBTH from rceestaticmf where SSNUM = '"&SSNUM&"' and FNAME = '"&FNAME&"' ????
can i add another and after this
thanks
there are lots of different file types such as db.opt .frm, etc pls email me
or should i target the folder????
cfarne009@yahoo.com
strConnection = "driver={MySQL ODBC 3.51 Driver};server=localhost;uid=root;"
strConnection = strConnection & "pwd=mypassword;database=[c:\mysql\bin\data\testdb];"
and how should i make a query when i got 3 inputs from the user
ex. SSNUM, FNAME, DOBTH,
select SSSNUM, FNAME, DOBTH from rceestaticmf where SSNUM = '"&SSNUM&"' and FNAME = '"&FNAME&"' ????
can i add another and after this
thanks