D
Dan
I have a form in C# that I have a textBox1.Text with a value of
"12/01/03". How do I write the SQL to use this field at runtime? I
have an oleDbdataadaptor set up that looks like this:
SELECT ID, [Date], [Adj Close*]
FROM NDXDailyImport
WHERE ([Date] = #12/01/2003#)
which works fine...obviously not pulling in the text field. Help
appreciated...
Thanks in advance - Dan
"12/01/03". How do I write the SQL to use this field at runtime? I
have an oleDbdataadaptor set up that looks like this:
SELECT ID, [Date], [Adj Close*]
FROM NDXDailyImport
WHERE ([Date] = #12/01/2003#)
which works fine...obviously not pulling in the text field. Help
appreciated...
Thanks in advance - Dan