how can i insert the SQL statement generated from a form to a Data Environment Command?!?
let's say i have DataEnvironemnt1, Command1, and a strSQL from Form1 ...
i tried inserting this syntax
DataEnvironement1.Command1.CommandText = strSQL
but it gives me an error "Invalid Qualifier"...
i need your help! thnx
let's say i have DataEnvironemnt1, Command1, and a strSQL from Form1 ...
i tried inserting this syntax
DataEnvironement1.Command1.CommandText = strSQL
but it gives me an error "Invalid Qualifier"...
i need your help! thnx