| Thread | Last Post | Replies |
|
| Linking DataSets | 12 Dec 2004 14:25 GMT | 5 |
I'm going to try to be as succinct as possible when asking this question, so bear with me. Let's say I have two tables in a DB: 'salespeople ' and 'contacts'. 'salespeople' has a primary key field "id", which is the foreign key to
|
| SQL Question | 12 Dec 2004 13:43 GMT | 1 |
I like to increment a number field in a database and return this value at the same time. Can this be done with sql? tnx for any help
|
| Simple ADO.NEt question | 12 Dec 2004 08:30 GMT | 4 |
What is the equivalent of DataEnvironment1.rsCommand1("FIELD") [VB Dataenvironment] in ADO.NET?
|
| SqlDataAdapter aand transaction | 12 Dec 2004 07:47 GMT | 4 |
I'm using SqlDataAdapter to insert data from one table into another with SqlCommand after I start a transaction. If I have convertion error for the insertion of the data, The transaction is no longer valid, I'ts rolled back.
|
| Connecting to SQL 2000 - advice | 12 Dec 2004 03:33 GMT | 4 |
Im trying to find out how to create a front end ASP page that connects to a SQL server and retrieves a whole bunch of data. The page needs to be able to update, delete or add new records. The form itself will be showing information about computer hardware on our domain ie ram, hd ...
|
| Need help with Stored Procedures being called from Client Code. | 11 Dec 2004 20:43 GMT | 7 |
I created the stored procedures for Select, Insert, Update and Delete I got the Select Stored procedure to select data from the database with no problem. By the way, I'm kind of new to stored procedures. So, I want to Insert, Update or Delete records from my Windows Application
|
| I need help desperately with VB.Net URGENT | 11 Dec 2004 03:59 GMT | 2 |
I am taking a class and i have a project that is due on Tuesday and I need help desperately with this program I could email it to you please email me if you have any experience in VB.Net My email is stargatesg1girl@yahoo.com and you can also IM me there to
|
| Datareader design not generic | 10 Dec 2004 23:01 GMT | 5 |
I would have expected an IDataReader to be able to return an IDataRecord from some interface function for the current row, to allow one to fetch the row and its values generically. But I did not find such functionality. Did I miss it ? Why is IDataReader not designed as ...
|
| error-'ExecuteNonqury' on type 'SqlCommand' not found | 10 Dec 2004 22:27 GMT | 2 |
I have an error message: "Public member 'ExecuteNonqury' on type 'SqlCommand' not found." on objComd.ExecuteNonqury(). Can someone point me out where did I do wrong? Thanks.
|
| Sharing the transaction between different connetions in different webservices | 10 Dec 2004 22:25 GMT | 1 |
How can I share the same transaction between two webmethods each in two different webservices? I want to be sure that when the client calls the two webmethods, there will be the data integrity, I mean if the second method will fail, also the
|
| Connection Pooling -- who manages it? | 10 Dec 2004 20:14 GMT | 1 |
At what "level" does connection pooling get managed? For example, if I have a data access object (DAO) that uses a single connection string to access the database is there a connection pool performance advantage to putting that object in the GAC where it will be shared by all my web ...
|
| What is the use of select statement in insert statement ? | 10 Dec 2004 20:13 GMT | 1 |
When I connect to any table through UI .NET add select statement in Insert statement by default .e.g. "INSERT INTO TestMessageText(msg_no, line_no, msg_text, time_stamp) VALUES (@msg_no, @line_no, @msg_text, @time_stamp); SELECT msg_no,
|
| Merge two DataSets to one | 10 Dec 2004 19:45 GMT | 2 |
I need to do the following: Create a DataSet containing one Table - no problem. Create a second DataSet containing one Table - no problem. Instantiate a new (third) DataSet - no problem.
|
| Microsoft Data Access Block and static methods | 10 Dec 2004 19:27 GMT | 8 |
Hey all - Excuse the cross-post ... I'm not sure what the appropriate newsgroup would be for this question. I have a question that I'm not quite sure how to ask. For all I know, I
|
| DateTime headache | 10 Dec 2004 18:39 GMT | 1 |
I'm running into a major problem with DateTime formats in an ado.net-based program, probably as a result of international format differences. Situation as follows: The development environment is in Europe/UK (though hopefully the
|