Hi,
I search some record(s) according to specific date which
is took from datetimepicker, but a dataset.table(tbname).count
is zero.
here is my code. I use ODBC.net and Option strict On
dim seaSql as string
seaSql = "Select * from Orders where JobDate = @tmpJdate "
DBCom.CommandText =...
more >>
I have some ADO.NET code that uses the Jet OLE DB Provider to read Excel
files. The reading of the files works okay. However, I get strange
behavious when I have Excel running and run the program that reads the file
that Excel currently has loaded. Excel will pop-up messages such as "File
is ...
more >>
Where can I find a reference for all the parameters that you can put in a
connection string for the OLE DB Jet 4.0 provider? I've been looking all
over and can't seem to find it. Thanks.
- Kevin
...
more >>
I am using the DataSet and I have problems, when --> used
a SqlDataReader dr ----> while(dr.Read()).
With dataset ds ---> while(ds.?????).
Thanks ...
more >>
Hi
Is there a reliable way to place a 'number of concurrent users' limit in
vb.net applications?
Thanks
Regards
...
more >>