| Thread | Last Post | Replies |
|
| Problem Updating DB | 15 Oct 2004 07:10 GMT | 1 |
the source DB has a table with 3 columns ColumnA (primary key, uniqueidentifier) ColumnB ColumnC
|
| Populate dataset from .csv file | 15 Oct 2004 06:35 GMT | 1 |
Can anyone tell me the best way to programmatically populate a dataset from a .csv file? Thanks, Brian
|
| Handling DBNull? | 15 Oct 2004 02:38 GMT | 6 |
I am a newbie to .Net. I run into problem when I try to assign null value from the database to, say, a textbox. Say if I had a simple table called "Contact" in the database and it has three fields: ContactID, Name, Email. If I want to display the data. I would
|
| sql Timeout | 14 Oct 2004 23:41 GMT | 1 |
1) sending the code below always times out for the current day 2) sending the code below never times out for any other day except the current day ------------------------------------------ code snippet
|
| Best way to compare Binary and Int values | 14 Oct 2004 23:35 GMT | 1 |
I have an SQLServer table with 2 colns that I need to compare. The colns and their sql server datatypes are: sTStamp -> Binary (length 8) dTStamp -> int (length 4)
|
| Newbie: help with datareader | 14 Oct 2004 23:33 GMT | 1 |
I have the follwing "decision-making" problem: - I want to construct an interface with a few radios, listboxes etc so that a user can, by selecting some or all of them, dynamically create an SQL string. This is fine, and i have an example to consult.
|
| Output param set to DBNull | 14 Oct 2004 23:14 GMT | 4 |
I am using a stored procedure on SQL server to test for a few conditions, setting a BIT depending on the result of each test. Each BIT parameter is defined as an output param in the stored procedure and set to 0 by default. From my code, I define each parameter, add them to
|
| Question DataAdapter | 14 Oct 2004 23:03 GMT | 4 |
All, I'm using the DataAdapter from IBM iSeries to connect to our AS/400. When I fill the dataadapter, all my string values are converted into Binary values. The response from IBM is to upgrade our AS/400 OS
|
| @@Identity | 14 Oct 2004 21:47 GMT | 22 |
How do I set the @@Identity parameter for data that has been read in from a database? I have read in data via a command (SELECT statement) and am trying to build a good UPDATE statement and want to use the @@Identity field.
|
| simlpe adding row (rst.addnew) | 14 Oct 2004 21:10 GMT | 1 |
May in VB.NET is similar code without Dataset as in VB6 ADO command rst.addnew for adding simple row to database mdb or MSDE.
|
| AutoIncrementSeed still a problem | 14 Oct 2004 20:19 GMT | 2 |
Ok I'm starting a new post because I'm stuck. I have included code for a test datatable bound to a datagrid. I want after a row is deleted for the AutoIncrement to start from the last number
|
| BUG? SqlCommand incorrectly reports 'The SqlCommand is currently b | 14 Oct 2004 19:56 GMT | 8 |
I have a situation where a SqlCommand incorrectly throws an InvalidOperationException when two threads are using the same SqlCommand instance at different times. As you can see below the application synchronizes on the shared SqlCommand instances why thread synchronization is
|
| SQLCommand Timeout expires in code but not in Query Analyzer | 14 Oct 2004 19:45 GMT | 4 |
I'm using VB.NET to query a SQL 2000 database through a view. The query I am attempting is a SELECT COUNT query. When I run the query in SQL Analyzer, it returns the count of around 3000 records in 1 second, but when I run it in code with the sqlCommand object in code, with the ...
|
| Connection String problem | 14 Oct 2004 19:09 GMT | 6 |
I have a winform application. The backend database is MS Access. I don't want to hardcode the database connectin string in my application. What is the best practice to configure the database connection string in .Net application ?
|
| SQLAdapter and scalability | 14 Oct 2004 18:10 GMT | 1 |
I am researching the best way to update SQL server with bunch on information. let's suppose that we have one table in SQL database with 500 rows. load it in memory as Dataset and
|