| Thread | Last Post | Replies |
|
| Oracle stored procedure with db link doesn't work from C#? | 07 Mar 2004 07:46 GMT | 4 |
I am calling an Oracle stored procedure which has no input or output parameters, and only does an insert to a table on a remote Oracle server, like this PROCEDURE Joe_test I BEGI insert into leslie@acc_db2 values ('insert')
|
| How do I query a dataset? | 07 Mar 2004 07:25 GMT | 2 |
I get how to populate a dataset by querying a database server... but once I've populated my dataset, say with several related tables, how can I then select records from the dataset copy of data using SQL statements instead of the database server itself?
|
| IErrorInfo.GetDescription failed with E_FAIL(0x80004005). | 07 Mar 2004 06:47 GMT | 1 |
I am getting this error on as asp.net page from within a dll. I am fairly new to .net so if someone can help me I would appreciate it. The error is occurring when I try to read from an Access Database within a function. Here is the code:
|
| Oracle - Unable to load DLL (oci.dll) | 06 Mar 2004 17:31 GMT | 5 |
I'm using VS.NET 2003 (VB) and I have been getting this message when I attempt to use OracleClient to make a connection to Oracle. Oracle - Unable to load DLL (oci.dll) Description: An unhandled exception occurred during the execution of the
|
| SQL query | 06 Mar 2004 12:12 GMT | 1 |
Hai friends I have a problem in writing query for composite primary key. Problem - 1) clientid and dpid is composite primary ke
|
| Creating a hierarchical dataset | 06 Mar 2004 07:11 GMT | 2 |
I'd like to create a hierarchical dataset for the different subdirectories etc(however deep the structure may be) while iterating through the directory structure starting at a particulardirectory on the server machine "C:\inetpub\wwwroot\myapplication\startingpoint.
|
| Animated GIF handling | 06 Mar 2004 07:08 GMT | 1 |
Does dot net support the resizing of animated GIFs? I've heard that it doesn't. Why is that, if it's true?
|
| Export datatable to Excel | 06 Mar 2004 04:44 GMT | 7 |
I have a datatable (created in a vb Windows forms app) and I want to export it to Excel. I've looked at... http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q295646 ...where it suggests using something like....
|
| Exporting a DataSet to a new Excel file | 06 Mar 2004 04:32 GMT | 1 |
I'm writing a data acquisition program that will be acquiring data and storing it within multiple tables of a DataSet. I'd like to export this data set directly to a new excel file if possible. I'd like each table of the data set to be a new worksheet within excel. My customer ...
|
| telling when the db connection is retrieveing data | 05 Mar 2004 23:47 GMT | 6 |
is there a way to tell when the database connection is retrieveing data? i saw the connectionstate.fetching enumerated value, but of course it's not implemented yet... is there another way to do this? thanks!
|
| generic function to execute a sql stored procedure | 05 Mar 2004 23:02 GMT | 4 |
In my asp.net projects I like to seperate the database connection and lookups/executes from the code-behind pages using shared functions. I find myself often using a function that returns a datatable given a sql query and it works great. The function is contained in my
|
| Creating your own INSERT, DELETE and UPDATE commands | 05 Mar 2004 21:22 GMT | 5 |
I need a bit of guidance if someone has a second. If I have a dataset with a lot of records, and I have a form that allows users to edit and/or add a lot of records at once, what do my insert and update statements need to look like?
|
| exception: "Could not bind to the new value member" | 05 Mar 2004 21:18 GMT | 1 |
I'm trying to bing ComboBox and getting error: "An unhandled exception of type 'System.ArgumentException' occurred in system.dll Additional information: Could not bind to the new value member."
|
| Performance - Importing text files | 05 Mar 2004 20:01 GMT | 2 |
I use ADO.NET to import records from a comma delimited text file into an Access data table. The table has 1 int field (prim key), 5 text fields and 4 date fields. The text file has 50000 records. There are no records in the table to start with I parse the text file and for each ...
|
| Incorrect Multi Row Update | 05 Mar 2004 17:36 GMT | 2 |
I am updating a SQL Table with a Top 10 Select. The update command was generated by DataAdapter. All the rows of the table are updated with the values of of the tenth row. I have printed out the VB data rows and they have the differenct values one would expect. What am I ...
|