The SQL string looks like this :
"Select * from Test2 where PROVIDER_ID = '" & LogInfo.Provider_ID & "'"
i want to only select the info that matches up the provider_id. The problem is that the PROVIDER_ID in the database is a datatype number and cant be changed because it will mess up the relatioships in the database. I think the equals sign is the problem cause it's doing a math operation and not the compare. Is there any way around this. The login.provider_id is a string that is in a class that saves the provider_id i want to look up
2006-10-31
02:10:30
·
6 answers
·
asked by
csdraska
1
in
Computers & Internet
➔ Programming & Design