what i am trying to do is pass a date entered on an asp page into vb where that variables datatype is date, I then need to pass it into SQL where the datatype is datetime. when ever i execute using the debugger in vb, i have to put the Date into quotes. When i pass those values to SQL it gives me an error that says trouble converting varchar to datetime. Is there anyway to fix this problem.
If you can help thats would be great.
If you can help thats would be great.