Advertisement

1 - 10 of 37 containing alltags:("oledbdataadapter") (0.001 seconds)
im trying to figure out how to use an sql query that has 3 table in it and display it on a web page i have many books on this stuff but all just use one table in the statement this is the sql q...
Zones: ASP.Net ProgrammingDate Answered: 07/26/2004 Grade: A Views: 0
Hi, This is my first use of any of the objects listed above, and wonder how I'm to use them all together.  Could someone give me a quick few lines of sorce code showing me how to use them all co...
Zones: C#Date Answered: 02/20/2006 Grade: A Views: 0
I have the following function which has always in the old ASP, but won't work now. I am passing in 5,21,25. The problem is that it keeps returning the value for the first value(5) for all, like thi...
Zones: ASPDate Answered: 02/26/2004 Grade: A Views: 0
Hello, When my DDL_SelectedIndexChange fires I query an oracle data base.  Belwo is my code.  What seems rather inefficient is that I feel that I am writting too much code.  If I make two diff...
Zones: ASP.Net ProgrammingDate Answered: 08/07/2004 Grade: B Views: 0
Hello, still pretty new to .Net  here(using c#). I'm using the upload control in a webfrom to allow a user to upload an address book. Problem is that when I get the data from the excel file I'...
Zones: ASP.Net ProgrammingDate Answered: 12/20/2004 Grade: A Views: 0
I have created a OleDbDataAdapter. What i need is to query a column and see if a date appears with the next 10 days. Thanks,
Zones: MS Visual BasicDate Answered: 03/30/2005 Grade: B Views: 0
How can I accomplish a left outer join with the Oledbdatadapter, I get an error when the statement is run !
Zones: MS Visual BasicDate Answered: 06/22/2006 Grade: A Views: 0
I have a very simple access database that I want to be able to chnage from my .net program I have successfully connected to the database, created and filled a dataset and modified some of the da...
Zones: MS Visual BasicDate Answered: 02/01/2007 Grade: A Views: 0
This is not an exam nor homework:  Visual Basic.Net offers two types of Data Adapters: SqlDataAdapter and OleDbDataAdapter.      You are connecting to a SQL Server 7 database and you choose to ...
Zones: MS Visual BasicDate Answered: 04/15/2007 Grade: A Views: 0
this is what i have to do: Write a C# Windows Forms application that is capable of reading in a CSV file and writing the records to an Access table.   The Comma Separated Value file will...
Zones: C#Date Answered: 08/07/2004 Grade: A Views: 0