| Thread | Last Post | Replies |
|
| Could not find installable ISAM | 15 Apr 2005 17:02 GMT | 4 |
I am creating an ASP web service and wish to connect to an MS Access 2003 database. However, when I attempt to access the database I get the following error
|
| ExecuteNonQuery returns ORA-01036 illegal variable name/number | 15 Apr 2005 16:14 GMT | 6 |
I have used ExecuteNonQuery with no trouble for inserts, updates and deletes. The best practices book I have says this is also the most efficient way to return multiple column values from a single row. The requested fields can be changed by users adding/removing fields from the form ...
|
| Temporary Table | 15 Apr 2005 16:06 GMT | 2 |
Can somebody help with this problem please. I need to create a temporary table from a table in SQL Server database. The database table looks like: id description other
|
| Oledb Connection String ? | 15 Apr 2005 11:08 GMT | 3 |
I have tried for an answer on another forum with no direct answer. I have my forms that have a connection to an Access db with all the connections created by the wizard. No problems with the operations of the forms in the design environment / machine. However, when I deploy the ...
|
| What is the thoughtful process behind it? SqlDataReader.NextResult Method | 15 Apr 2005 02:16 GMT | 1 |
I am using .NetFramework 1.1. and SQL2K. I am calling a stored procedure and it has multiple results set and some output parameters. If the output parameter does not meet certain condition, I am quitting the
|
| Extract Unique Values from Database | 15 Apr 2005 02:13 GMT | 5 |
I am trying to extract the unique rows from a child table. Currently I am set the create contraints vaue in the datarelationship to False. Because of this, it will ignore the unique values in the child table. I want to be able to figure out how to know which rows are unique.
|
| System.Data.OracleClient exception while using multiple Oracle homes | 15 Apr 2005 00:41 GMT | 2 |
I'am getting "System.Data.OracleClient requires Oracle client software version 8.1.7 or greater" in ASP.Net apps while trying to open Oracle connection. I am using Oracle Data Provider to connect to oracle database and
|
| Connecting with paradox file.. | 14 Apr 2005 19:56 GMT | 3 |
I?m trying to connect with a paradox database from my windows dot net application(vb.net) and web application(asp.net) using odbc driver. vb.net project works fine, but the asp.net it doesn?t. The following code is the same from both, except the way to display the error messenger ...
|
| Help with DATE data type conversion | 14 Apr 2005 19:01 GMT | 4 |
I've encountered a table that stores dates in Gregorian format so that the dates and time looks like straight integers that cannot be easily discrened as a date or time by just looking at it. I'm using SQL to query the table and retrieve the data as an integer. I'm tyring to ...
|
| repost: Registering Provider | 14 Apr 2005 15:26 GMT | 3 |
Sahil, Now you got me *puzzled* I've written already: "
|
| MySQL & ByteFX (Invalid PInvoke metadata format) | 14 Apr 2005 12:05 GMT | 2 |
I get this exception when I try to run open on the MySQLConnection object. It goes like this: System.TypeLoadException: Invalid PInvoke metadata format. at System.Net.OSSOCK.gethostbyname(String host)
|
| filtering dataview where child relation does not exist | 14 Apr 2005 09:26 GMT | 1 |
Theoretically this seems a simple thing but...can anyone help on how to do it? I have two tables and a relationship between them. The parent table is databound to a repeater the Child table is databound to a nested repeater.
|
| How to Rename Access Table: | 14 Apr 2005 03:58 GMT | 2 |
Does anyone know how to rename an Access table in VB.Net with OleDb? For instance, this does NOT work: cn = New OleDbConnection(ConnectionString) cn.Open()
|
| Crystal Report | 14 Apr 2005 03:53 GMT | 2 |
CR does have export to excel. However the excel export is not usable, it is all messed up. Multiple excel row for each line & so on Is there anyway around this one ?
|
| Transaction Scope | 14 Apr 2005 01:02 GMT | 5 |
I have seen difference approaches in handling transactions on the msdn site. One approach is that you open a connection and then begin the transaction. Next you execute command objects using this connection and after you are done you commit or rollback thereby giving a global ...
|