all groups > dotnet ado.net > july 2004 > threads for sunday july 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
DataReader in WebService??
Posted by Freddy Curasi at 7/18/2004 11:11:06 PM
Hi,
I'm new in this. Is it recommendable use Datareader, like return value in a
WebService? What is the best way?
Please Help me.
Thanks
... more >>
firebird embedded database
Posted by www.FreelanZ.nl at 7/18/2004 10:11:03 PM
I am trying to get the embedded Firebird database in my VB.NET app. I
already have the dll, but i can't get it running..
Has anyone an example for me ? This would help a lot. Can't find any on
internet.
Especially i am puzzling with the connection string and the dataAdaper, and
binding the ... more >>
Selecting cell value from grid row
Posted by Kimbo at 7/18/2004 11:16:53 AM
Hi
I have a stored procedure which returns a number of rows
into a grid, the first cell of the row contains an Acc number for a
client, what I want to do is double or single click on the cell and
have it use the vale in the Acc number cell as a parameter for
a query to return data on that cli... more >>
DataSet With Application_OnStart
Posted by Roshawn at 7/18/2004 10:41:46 AM
Hi,
I've read many times about the benefits of using the DataSet object. I know
that you can place it in the cache in just about any place. I was
wondering, though, if it were a good idea to add the DataSet to the cache in
the Application_OnStart event (assuming that it can be done) to make ... more >>
import tables and relations
Posted by Konrad at 7/18/2004 7:19:09 AM
Hi
Is possible to import relations and tables from
Access 2000 database to DataSet?
Thanks
Konrad
... more >>
SQL on csv files?
Posted by guy at 7/18/2004 6:10:32 AM
My application creates csv files locally and uses MSAccess as sql engine. This is working well but I
want to use SQL Server instead. One way to accomplish this would be to use a bulk insert into
temporary tables but SQL Server would need access to the csv file system.
Is there any other method?... more >>
inserting Null into date field insteadof "Jan 1 1900"
Posted by sanju at 7/18/2004 2:43:06 AM
inserting Null into date field insteadof "Jan 1 1900"
hi i am providing a html form to insert dates into sql table using =
asp.net and vb.net.
when user is not entered by default it is taking as Jan 1 1900. I want =
to insert null if user left date fields.
Thank u=20
san... more >>
|