| Thread | Last Post | Replies |
|
| .NET SQLClient Data provider Error | 25 Jun 2004 12:47 GMT | 3 |
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 Server | 25 Jun 2004 10:43 GMT | 8 |
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 GMT | 1 |
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 values | 25 Jun 2004 07:45 GMT | 1 |
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 column | 25 Jun 2004 07:41 GMT | 3 |
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 DataTable | 25 Jun 2004 07:37 GMT | 3 |
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.net | 25 Jun 2004 07:26 GMT | 3 |
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 Question | 25 Jun 2004 02:55 GMT | 2 |
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 connection | 25 Jun 2004 00:45 GMT | 6 |
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 application | 24 Jun 2004 22:32 GMT | 2 |
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() of | 24 Jun 2004 22:27 GMT | 20 |
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 value | 24 Jun 2004 21:04 GMT | 1 |
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 GMT | 2 |
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 GMT | 5 |
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 DataReader | 24 Jun 2004 14:54 GMT | 7 |
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 ...
|