| Thread | Last Post | Replies |
|
| Does access support "CREATE PROCEDURE"? | 08 Jun 2004 12:47 GMT | 3 |
I seem to get an error everything I create a query that includes CREATE PROCEDURE. I'm using the JET4 OLE connection to my C# application. Thanks, John
|
| Xml using SQLQueryData - help | 08 Jun 2004 12:02 GMT | 5 |
I'm having trouble working this out and was wondering if anyone could help me. I have a query: SELECT 1 AS Tag,
|
| Parameter.Add() problem | 08 Jun 2004 10:58 GMT | 3 |
I was looking at this method within the SqlCommand class. It is the SqlCommand.Parameter.Add(string, object) method. My question is, how do I use this parameter within a stored procedure? What i am really trying to do is dynamically change the ORDER BY method
|
| Index was out of range. Must be non-negative... | 08 Jun 2004 08:47 GMT | 2 |
A call of the Fill method of a OleDbAdaptor results in an exception: "Index was out of range. Must be non-negative and less... Parameter name: index" The error occurs sometimes after a fill after a 2nd update on a DataSet (ds bound to a DataGrid and allocated once - the DataSet is ...
|
| column inaccessible due to its protection level | 08 Jun 2004 03:32 GMT | 3 |
I have a test driver that is in my remoting service project and I am able to use the following code to reference a particular field: myDataSet.MYTABLE[0][myDataSet.MYTABLE.PERSON_IDColumn] = 5; This is great because if my dataset column ever changes I will know
|
| Memory leak on ASP.NET web site | 08 Jun 2004 02:24 GMT | 7 |
OK I have a web app that I built that makes MANY calls to the DB in each request. The app wasn't tuned for scalability so this wasn't a problem, but time is too short to redesign how the database is accessed because the data that's being stored is time relevant and the web app will ...
|
| What is wrong with the following code? | 08 Jun 2004 02:24 GMT | 1 |
Can anyone tell me what is wrong with the following code? I get an error message that states: An unhandled exception of type system.argumentexception occurred in system.data.dll these columns don't currently have unique values
|
| select distinct in rowfilter | 08 Jun 2004 02:21 GMT | 1 |
how can i make a rowfilter in adonet/c# that behave like the "select distinct" statement in sql ?? thanks in advance, yoandy
|
| How do I serialize an ADO.NET DS to a positional flat file? | 08 Jun 2004 02:20 GMT | 1 |
Is there any preferred way to serialize an ADO.NET DataSet to a positionally delimitted flat file (space filled) for use in a mainframe interface? For example XSLT?
|
| OracleConnection Thread Safety | 07 Jun 2004 22:51 GMT | 8 |
Hi. I posted a connection pooling question on Friday evening; I received some good answers, but I still have a final question I would like to know if the OracleConnection class is safe for multi-threading applications. This is what MS has to say about OracleConnection wrt Thread ...
|
| Handling Nulls | 07 Jun 2004 22:32 GMT | 1 |
I have a dataset that is encapsulated inside a class where I use property accessors for the outside world to retrieve the data. The problem I am running into is there are times when there are null values. For example, I have a Guid Column in a datatable that is a foriegn key that ...
|
| HELP!!! ASP.NET pages will not display. | 07 Jun 2004 21:39 GMT | 1 |
For the last couple of days I have been stumped as to why my computer decided to not allow me to either open or view asp.net pages. I have not added any programs or has any of my settings changed in the last few days. Here are the steps I have gone through to try and restore my asp ...
|
| Programmatically Create Oracle Typed DataSets? | 07 Jun 2004 21:30 GMT | 7 |
Is it possible to create a progam to mimic the following action a) drag oledbadapter to form1.cs b) select my oracle ole connection c) enter 'select * from mytable'
|
| Handling NULL field in SQL server with asp.net | 07 Jun 2004 20:11 GMT | 4 |
hi guyz i want to print user friendly message to html page if there is no record in database. i tried this code ..its working if there is no record.. but record exists then i am getting error..
|
| foreach loop in sql server | 07 Jun 2004 20:09 GMT | 5 |
May I know if there is a foreach loop equivalent found in Sql Server? I would like to use 1 in sprocs.
|