Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
.NET SQLClient Data provider Error25 Jun 2004 12:47 GMT3
I've rolled out some .NET applications to client sites. They all work fine
at first, but for some reason I am getting a ".NET SQL Client Data Provider
Error" message on some machines. These machines also used to work fine.
What is causing this?
Using application rolls in SQL Server25 Jun 2004 10:43 GMT8
i have just read something about "application rolls" in MSSQL Server.
Is it possible to use application rolls in ADO.Net?
best regards,
Jan
How can I load all tables into a dataset?25 Jun 2004 07:47 GMT1
I want to analysis a database's schema and get all data from it.
So I need to load the DB's all tables into a dataset, and I don't know there
are how many tables in it.
what should I do? or there is any other way?
formatting currency values25 Jun 2004 07:45 GMT1
I have a datalist that is returning a currency value, how can I format it? I
tried the code below but it did not work, could someone help me out with the
syntax please?
Sean - thanks in adavance for your answer
Insert column25 Jun 2004 07:41 GMT3
Can I insert a new column into a DataTable after it is filled with data?
I'd like to insert at an index and not to the end of the columns collection.
Thanks in advance
Jaga
Evaluating memory used by a DataTable25 Jun 2004 07:37 GMT3
I have a web app that loads into Session Memory a datatable object.
I'd like to evaluate the memory used by the datatable object before loading
it...
I would iterate thru all records accepted (because there is a filter on it)
connected vs disconnected techniuqes in ado.net25 Jun 2004 07:26 GMT3
iam new here well ill say directly what i wanna know
what is the diffrance between connected and disconnected  techniuques
in ado.net and  when to use disconnected and when to use connected in
your application and if your application is gonna run on a LAN and you
SqlServerCe VarBinary Question25 Jun 2004 02:55 GMT2
I need to fill a VarBinary Field in a table with +-19000 bytes (depends) The
Documentation says that the field can only be 8000 bytes long, and if I
change it to anything over that I get an exception.
There must be a way I can do this.
OleDb connection to SQL connection25 Jun 2004 00:45 GMT6
I have an OleDb connection string to an SQL server provided by the Data Line
Properties dialog.  What do I need to do to convert this OleDb connection to
an SQL connection.
Can I just remove the Provider property?
Messages from SQL Server to application24 Jun 2004 22:32 GMT2
in sql server when you do a command like this in a stored procedure
CREATE PROCEDURE [DBO].[APPSP_PrintMessage]
AS
print "Beginning transaction..."
How much should I need to Dispose() of24 Jun 2004 22:27 GMT20
I'm starting to run into timeout issues on my web application with my connection object trying to get a connection from the connection pool.  I use this connection object on every page.  I make sure I Close() it after I use it, but now I think I need to call it's Dispose() method ...
Oracle function returning a value24 Jun 2004 21:04 GMT1
I need to pick up the retyurn value from an Oracle function. Is it modeled as an output parameter ?
Problems with paramerters with and Insert Statement....24 Jun 2004 18:29 GMT2
This is the Code ;
cnSQL = New SqlConnection(ConnectionString)
cmSQL = New SqlCommand(strSQL, cnSQL)
strSQL = "INSERT tb_product VALUES(@ServiceCode,@ServiceName,@Price)"
Dbf ado.net provider for .Net ?24 Jun 2004 16:50 GMT5
I have an old system written in Clipper that I was required to move to .Net
platform. I will use C#.
I would like to make this move in two steps, moving first all graphic
interfase but keep using same database as backend and lately move all the
Oracle DataReader24 Jun 2004 14:54 GMT7
I am having a problem with the Oracle DataReader.  The issue is that when I have a text field which has the exact same value for a particular field, the datareader is returning garbage in the second and subsequent rows for that value.
Say for instance I have a field called ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.