| Thread | Last Post | Replies |
|
| Relation tables order --> order_detail | 02 Feb 2005 00:19 GMT | 3 |
First of all, sorry for my english if is not very well, I am spanish. My problem is these: I have an DataSet1.xsd, contain two tables, one is "order" and the other is "order_detail" and between this tables exist one relation, one to many,
|
| RowFilter:Missing operand after '=' operator | 02 Feb 2005 00:03 GMT | 4 |
While using the DataView.RowFilter, if the RowFilter is set to an integer value, say: c# MyValue = 123;
|
| Login failure... | 01 Feb 2005 23:59 GMT | 3 |
I ran my code against my LOCAL SQL Server database -- all works. I run the code against a remote SQL Server providing the correct uid and password, and I get Login failure. What is more bizarre, if I step thru the code in VS.NET (exact same code with same connection values), I ...
|
| counting records in select query | 01 Feb 2005 20:21 GMT | 8 |
I have complicated select query how to get prior number of records returned from this query. One number, to decide
|
| # of pooled connections seem too high | 01 Feb 2005 19:40 GMT | 2 |
We have a production web site that's data intensive (save user input to DB and query for displaying) with the ASP.NET app part on one W2K server and SQL 2000 DB on another W2K server. I have set up performance logs to log # of pooled database connections on the web server every 60 ...
|
| already an open DataReader associated with this Connection | 01 Feb 2005 18:49 GMT | 3 |
We are seeing a ton of this error: There is already an open DataReader associated with this Connection which must be closed first. I've went through all code that uses a datareader and made
|
| Problem with Datareader.close | 01 Feb 2005 18:33 GMT | 1 |
I have an asp.net application and am facing a problem while closing my datareader object. I am using Active reports for dotnet for generating reports. I create a datareader object in my data access layer and then pass it
|
| XP Home won't upgrade to MDAC 2.8 | 01 Feb 2005 18:31 GMT | 1 |
We have one customer using XP Home who is getting the following exception: System.TypeInitializationException: The type initializer for "Sol.XSPData.Entity.SolDBProject" threw an exception. ---> System.InvalidOperationException: The .Net Data OLE DB
|
| Modify Column data type | 01 Feb 2005 18:18 GMT | 2 |
I now have loaded an XML file into dataset, all columns are in string type and I want to modify datatype of a column. The values stored in the column are in date format but in "string" type. How can I modify the column DataType into DateTime Type? After that I want to get a ...
|
| newbie question. | 01 Feb 2005 10:50 GMT | 1 |
What is required for an xml file to be read into a dataset a part from being valid. I have an xml file following the hr-xml standard but it fails to be read in a dataset.
|
| "Data type mismatch in criteria expression" from C# app in French | 01 Feb 2005 09:12 GMT | 5 |
I get a "Data type mismatch in criteria expression" error when attempting to write to an Access database in my C#.NET Windows Forms application. This only occurs when the OS regional settings are set to French. When they are set to English, the write query works fine. I use ...
|
| Call javascript function without using any event call | 01 Feb 2005 03:04 GMT | 3 |
In my vb.net module, I used the script to generate a client side javascript function. as Private Sub disablePostedFileInout(ByVal n As Integer) Dim jScript As String
|
| date format in parameter | 01 Feb 2005 02:22 GMT | 5 |
I have SQL parameter that looks like this: cmdUpdate.Parameters.Add ("@invoicedate", SqlDbType.NVarChar, 40).Value = dr["invoice date"].ToString();
|
| Datarelation between two comboboxes? | 01 Feb 2005 01:55 GMT | 6 |
I have searched high and low for documentation I can understand or sample code for setting up a datarelation between two ComboBoxes. But so far, all I have found is either not helpful (for instance - "don't post a reply, I have found out how to do it" but without saying how - which ...
|
| RowFilter with Numeric Values | 01 Feb 2005 00:53 GMT | 2 |
How to apply a DataView.RowFilter with numeric values. I always get exception from the System.Data.SyntaxErrorException: Syntax error: Missing operand after '=' operator. Any Ideas would be good
|