Reading Oracle DB with MS Access
Thu, 8 May 2008 10:35:12 -0700
I am unable to view a CLOB field. Instead of displaying the data, it is
displaying |#Name?|
I read in another question something about Oracle DB drivers, is this
possibly what is going on here?
Thanks
Chris ...
|
OleDbCommandBuilder generated statements
Thu, 17 Apr 2008 15:31:05 +0200
Hi, here is my situation:
I fill up a dataset with two tables(with already data in it) inside.
I attach this dataset to a dataadapter so I can write any inserted objects
in the dataset into my database.
Then I use the OleDbCommandBuilder to get an insertcommand based on the
selectcommand.
Then I attach the d ...
|
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Tue, 15 Apr 2008 14:03:55 -0700
GC.Collect() not cleaning memory, how to find out what references to lots of
memory still exist?
When all my processign is done i set everything to null and then:
GC.Collect();
and then
GC.WaitForPendingFinalizers();
but it still shows that my process takes 400 MB of memory. Is there any easy
way to see w ...
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:25:44 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
Intermittant Access Violation reading Oracle CLOB column
Thu, 27 Mar 2008 19:14:35 -0400
We have an application that gets intermittant access violation errors
reading from an Oracle table that contains a CLOB column. If the
application runs again, with no changes, it will run to completion. The
problem is not associated with a single table. We have gotten it on
different tables. However, all of ...
|
Intermittant Access Violation reading Oracle CLOB column
Thu, 27 Mar 2008 11:05:37 -0400
We have an application that gets intermittant access violation errors
reading from an Oracle table that contains a CLOB column. If the
application runs again, with no changes, it will run to completion. The
problem is not associated with a single table. We have gotten it on
different tables. However, all ...
|
How to create a dbf file so that it can be opened in Excel
Thu, 27 Mar 2008 01:07:33 -0700 (PDT)
Can any one please help me out.
I am creating a dbf file for FoxPro
with this connection
m_ConnOLEDB = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=" + strIniOutPath + ";Extended Properties=dBASE IV");
strCreate = "Create Table " + strDBFName + "(";
s ...
|
|
|
Dont read
Tue, 25 Mar 2008 11:55:41 +0100
Vendo coche de segunda mano, Seat ibiza, a? 2001 km
35000, Solo por 4500 euros.
[URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL]
www.AnunciosGratis.de http://www.AnunciosGratis.de Anuncios
Gratis. ...
|
ODBCConnection.Close() takes 2 hours
Wed, 5 Mar 2008 14:20:00 -0800
Hello,
this is my first question here, my apologies if this is the wrong forum.
I'm working on a application that uses ODBC connections to a remote Informix
database. Once in a while my logs indicate that an OdbcConnection.Close()
command takes 2 hours to return. That's exactly 2 hours to the second, so I ...
|
MySQL - Error on adding a new data source
Thu, 21 Feb 2008 12:15:03 -0800
Hi All!
I'm working on Visual Studio 2008 Pro and when I add a new data source from
a MySQL database via ODBC I get the following error:
<'table'..'field'> Could not get column information for database object
named 'table'..'field'
Does anyone have this problem? What could I do to solve this problem? ...
|