| Thread | Last Post | Replies |
|
| Help with adding stuff to a database please | 29 Sep 2005 15:56 GMT | 4 |
Im just converting an app to .net (using VB) and I decided to use ado.net also, rather than sticking with plain ado. I have got my queries running fine with datareaders, but I'm having a little trouble inserting records. I dont really want to use an SQL command as
|
| How to retrive schema bound with a SELECT statement columns? | 29 Sep 2005 15:02 GMT | 1 |
We are developing an application in C# to compare data retrieved by two SELECT queries. User Input for data comparision is two valid SELECT statements which returns data. Before starting the data comparison, i would like to validate the data
|
| ODBC not working in aspx page | 29 Sep 2005 14:49 GMT | 4 |
I'm trying to write a page in vb.net/asp.net using an ODBC connection. Using server explorer I can get to my connection. When I attempt to connect through my code in a web browser I get the following error: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not ...
|
| ADO VS. ADO.NET character encoding problem | 29 Sep 2005 11:02 GMT | 2 |
I've got a problem with displaying texts with turkish characters. There is a website administration system, which is developed using ASP (VBScript) and ADO. This system is being used for inserting product informations in to a ms-sql database.
|
| "Timeout expired" in ADO.NET | 29 Sep 2005 10:59 GMT | 5 |
I've sent a similar post earlier - but after no more luck and a lot more frustration, I am reposting the issue with some additional information. It's regarding several web applications on the same server, connecting to a SQL Server on another server.
|
| serviced component question | 29 Sep 2005 10:07 GMT | 1 |
i have a vb.net class that Implements IDisposable. now i want to make that class services, so i make it inherits servicedComponent. now i get this error message:
|
| Help me in Specifying Connection string to SQL server 2000 running on remote machine | 29 Sep 2005 10:05 GMT | 1 |
I am dealing a project in ASP.NET in which I have to establish a connection to SQL Server 2000 database,where the database was located on a remote system. For this I have used SQLConnection object and specified the connetion
|
| ADO.NET AddNew EndCurrentEdit & "Column 'Appt_ID' does not allow nulls" SOLVED | 29 Sep 2005 01:53 GMT | 1 |
I see this question asked in different ways both in this newsgroup and on bulliten boards, I just stumbled on the fix. What I had was basically correct, but missing one line. In the Update button, after this:
|
| ADO.NET AddNew EndCurrentEdit & "Column 'Appt_ID' does not allow nulls" | 28 Sep 2005 22:41 GMT | 2 |
Having spent a lot of time Googling over the last 2 days, this seems like a common problem, but I havent run into any answers: My VB.Net front end loads data from an Access database successfully, and navigation works fine. However, I cannot add a record. Code is as
|
| Related Tables in Different Databases; how to query | 28 Sep 2005 21:07 GMT | 2 |
Database1 contains a table of people with addresses (sql Server) Table: People MasterID MasterName MasterAddress1 etc. DataBase2 Contains a table of people and the property they own. (msAccess ->
|
| DataRow index within a DataRowCollection | 28 Sep 2005 20:53 GMT | 1 |
Is there anyway to determine the index of a DataRow within a DataRowCollection? I am using the Find() method of the DataRowCollection on my table to get me the record I am looking for, but it is returning a DataRow object and not
|
| How to merge multiple datarows within a single dataset | 28 Sep 2005 20:44 GMT | 1 |
I wonder how to merge multiple datarows within one single dataset? I have a dataset which contains one table, in this table, for example, there are 10 records, where rec#1 - 5 have the same content in column(0) and rec#6-10 have the same content in column(0), now I want to ...
|
| Trying to debug a connection issue | 28 Sep 2005 17:23 GMT | 3 |
I'm getting an "Unknown connection option: user" error when trying to The connection string block in the dataConfiguration.config file looks like: <instances> <instance name="Instance1" type="Sql Server"
|
| Multiple DBs with Data Access Application Block | 28 Sep 2005 15:25 GMT | 2 |
Using the June 2005 version of the Data Access Application Block of the Enterprise Library at http://msdn.microsoft.com/practices/AppBlocks/default.aspx?pull=/library/en-us/d npag2/html/daab.asp I have a Web.config and dataConfiguration.config as listed at the end of
|
| This simple ADO.NET connection is causing errors - HELP!!!! | 28 Sep 2005 12:34 GMT | 1 |
What wrong with the below snippit of code? I believe I've called the this function correctly and besides all the errors (immediately below) are pointed to this snippit of code. Thanks in advance, Steve. } expected
|