| Thread | Last Post | Replies |
|
| Adding constraints | 08 Apr 2005 05:45 GMT | 4 |
I have an ACCESS database, with 2 tables. The realtionship between tables is set 1:1. I put those tables into dataset and set up the foreign key constraints: DataColumn parent = ds.Tables["Empl].Columns["AdvertisementID"];
|
| Schema Collection -> Strongly Typed Dataset | 08 Apr 2005 04:27 GMT | 6 |
I have a bunch of .xsd files some of which inherit from others, such that there are elements that have attributes in one file and also inherts other attributes from another file. These schemas come from an external source (I have no control over them). We plan to store the .xml ...
|
| Interesting DataSet/DataTable question | 08 Apr 2005 03:18 GMT | 3 |
Friend of mine asked me this, I'll try look at this later in the evening, but hey feel free to take a stab -- lets say I have a table(table1) that looks like Region,State,count
|
| Sybase stored proc column values change when called from ASP.net page | 08 Apr 2005 02:01 GMT | 1 |
When I call a sybase stored proc from RapidSQL, I get back the value -100 for some columns(which is correct). However, when I call the procedure from an ASP or ASP.NET page, I get back -1 instead of -100.
|
| SQL Data Written fm ADO.NET read fm ADO | 08 Apr 2005 01:58 GMT | 3 |
I have two applications one written in Access 2002 using ADO and the other written in VB.NET using ADO.NET. The Access application looks for files and runs an associated process once the file is found. The VB.NET application actually searches folders and subfolders for the ...
|
| Data Problems | 08 Apr 2005 00:50 GMT | 3 |
Am using the VB.NET (Vis Studio 2002) Data Form Wizard. As soon as I include a checkbox the data form just stops working. Using SQL Server 2000 and the bit field type. Any ideas? as am going round in circles :(
|
| reference the oledbupdatecommand, how? | 07 Apr 2005 20:58 GMT | 1 |
I'm getting there! I'm using vs.net and have created a dataadapter and a recordset in a component. i'm able to reference the component to get data .Hey! i even created a
|
| Expression columns in strongly typed datasets | 07 Apr 2005 20:41 GMT | 2 |
I have a typed DataSet populated from a SQL query. To the columns returned by the query I have added a calculated column with an expression of the form Quantity * UnitPrice, but after filling the DataSet with a DataAdapter the expression column remains at the default
|
| Querying the version of MDAC | 07 Apr 2005 20:38 GMT | 2 |
In ASP classic, I used to do something like this: <% Sub TestMDAC(pstrConnectionString) Dim conn
|
| MS Best Practice - Load subset of a single Row | 07 Apr 2005 20:17 GMT | 8 |
Can someone please tell me the recommended best practice for loading a subset of the columns from a single row of a database table? Users can make fields come and go from the form, so a stored procedure is not an option as I see it.
|
| running out of memory | 07 Apr 2005 18:31 GMT | 4 |
Hi; I have to write custom data integrity utilities comparing files with table data. I've found that looping through an ado recordset will cause memory problems
|
| Broken Web Links Within Microsoft Access | 07 Apr 2005 17:52 GMT | 1 |
I have built a database in Microsoft Access 2003 that has a number of links that go out to the web. Does anyone know of a way I could set up my database to check which links are active and which ones are inactive? Because the links are added and removed, I would need to run this ...
|
| Returning a dataset to bind to a listbox | 07 Apr 2005 16:54 GMT | 7 |
I'm trying to incorporate a data tier into my asp.net web application (add, update, delete, etc), as opposed to using spaghetti code. So far my "getter" class, "CabinetSpec.vb", has Update, Add, and Delete methods that
|
| Text File | 07 Apr 2005 13:39 GMT | 2 |
I'm trying to open a comma delimited text file using the following code, but no luck... Dim cn As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data
|
| Size of datatable...in bytes? | 07 Apr 2005 08:48 GMT | 9 |
Is there any way to get or estimate the memory being used by a dataset or a datatable? I'm writing a caching class and trying to keep track of the size of the data I'm keeping or at least an estimate, to make better decisions on when and what to expire.
|