Ask a Question related to ASP.NET General, Design and Development.
-
Yangtsi River #1
difference between SQLclient class and Oledb client
Hi,
I am using Access to practice database application developing, thus the
namespace system.data.oledb is used instead of system.data.sqlclient, which
is used for SQL server.
So the classes I used is also different, like oleddbconnection instead of
sqlconnection, oledbcommand instead of sqlcommand.
is there quite big differenct between this pairs of class ?
if there is no big difference, I could use OLEDB to learn , if there is ,I
have to use SQL Server from now.
Thanx.
Yangtsi River
Yangtsi River Guest
-
web service client i/o class generation
Hi, I am using Visual Studio .NET 2003 and am adding a web reference to a web service. One of the fields in a web service method output classes... -
How can I use a Class in WebService and Client Application
Hi there, I have a class SyncDB (see code below), which I want to use in both a WebService AND in a Client Application. But when creating the... -
Definite difference between using OLEDB and ODBC as the driver
Hi All Some of you may not remember (or even care for that matter ;0)), but I mentioned in a previous post that I had difficulty using the OLEDB... -
Difference/Combining netStream and Media class
Help! Who can tell me, what the general differences are between the NetStream class and the Media class. I was able to build a flash mx application... -
vbc cant find system.data.sqlClient.sqlConnection
You are using "Imports" on a specific object. Imports is used to bring in a namespace into a project so you don't have to type it all out. ...



Reply With Quote

