Hi guru ,
i'm new to dotnet and database programming. I'm having problem searching a
sql server database table base on a date entry. Can anyone help me with
this, including the a proper t-sql sample code?
Thanks in advance!
Karl
...
more >>
I am trying to understand how to use the
"da.MissingMappingAction=MissingMappingAction.Error" and
"da.MissingSchemaAction=MissingSchemaAction.Error"
I build my Datatable and loaded what I thought was the schema, The column
names, Column types and primary keys, but when I run with the
"Mis...
more >>
I thought there was a way to do this, but have not been able to figure
it out.
I want to pass the parameters to an Access 2002 Parameterized Query
using an OleDbCommand object.
How is this done?
Otis
Otis Mukinfus
http://www.otismukinfus.com...
more >>
I am trying to code for the Sub FileOpen to open rtf and text file but it does not work.
Like: RichTextBox.LoadFile(FileOpenDialog1.FileName)
RichTextBox.Text(FileOpenDialog1.FileName).
Are there any way to code situation like this. The Error saying "Invalid File Format" Can anyone help?...
more >>