all groups > dotnet ado.net > december 2003 > threads for saturday december 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
What do I need to do to get this to work Add Record
Posted by Charles May at 12/6/2003 8:53:19 PM
OK,
First off, I am using the Server Explorer to create the database objects in
case that matters.
I have created a connection to an access database along with 2 adapters
daClient (Client table) & daLog (Log table)
both use dsServiceLog as the datasource
My form has a combobox which is set... more >>
DataSet Memory Consumption
Posted by TK at 12/6/2003 6:13:49 PM
Hello,
I'm trying to load about 600MB of mysql data into a
DataSet which seems to be increasing the size of the data
in memory by a factor of 3.5 times to 2.1 GB.
The server has 4GB of RAM and i want to cache the db data
at application_start to avoid any further database access.
i'm w... more >>
update dataset into table
Posted by junkone NO[at]SPAM sympatico.ca at 12/6/2003 5:07:40 PM
I have a typed dataset which i populate with data from a webservice. I
can see using the watch window that it has 92 records. however when i
update it back to my database, i cannot see the data in the table.
there is no errors thrown up. what is wrong? here is the code snippet
"Rawdata" is the... more >>
DataGrid sorts all but first row
Posted by jib at 12/6/2003 5:06:34 PM
Hi,
It is simple enough to implement column sorting on a DataGrid, but what to
do if I want all but the first row to be part of the sort? I want my sorting
algorithm to operate as expected on all rows but the first one should stay
put under all conditions. Any idea how to do this with a single... more >>
Can not update a Access database
Posted by yoramo at 12/6/2003 5:05:50 PM
Hello
I'm using OleDB to retrieve/update a table from a "MS Access" database.
The select works but the update fails and I get the following error
"{"Syntax error in UPDATE statement." } I have tried to add a row and again
I get an error indicating that the "insert" syntax created the... more >>
Data Binding Windows Controls
Posted by Pranav Shah at 12/6/2003 2:49:11 PM
I have series of textboxes that I want to bind to a
dataset. I have a search box. When the user enters a
value to serach I call a Stored Procedure to populate the
dataset. This work however only for the first serach.
After that it does not show the values for other
searches. I need s... more >>
Error: Parameter @Abstract has no default value
Posted by jeff at 12/6/2003 11:54:27 AM
when i use parameters to update a record (in access 2000),
and i replace a text field's value with an empty string
(by erasing the asp:textbox content and firing the
DataGrid's update command), my TRY block catches the
exception (Parameter @Abstract has no default value).
when i rewrote ... more >>
OleDbCommand returns same reader with different parameters
Posted by Oikonomopoulos Spyros at 12/6/2003 2:24:48 AM
Hi to all,
Database: Access2000
I have a class with an OleDbCommand as a private member
(which is initialized at construction time, so that I can
reuse the command without creating it every time), and a
method to get a range of objects:
class MyClass
{
private OleDbCommand selectComman... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dataview.OnListChanged
Posted by Mike at 12/6/2003 1:24:09 AM
I am using VB.Net 2003 and I am having a problem with a
an inherited dataview that is bound to a data table.
I am working with a 3rd party tool that is bound to the
inherited data view and I need to prevent it from
updating when I make certain changes to the underlying
data table.
I ... more >>
|