Dell batteries
Retrieve source of View using OLEDB with ADO [0 replies] microsoft.public.data.oledb, Saturday, May 31, 2003
Hello,
I am trying to programatically retrieve the DDL of a view stored in a SQL
Server 2000 database using OLEDB with ADO. I have tried using thechema method of the connection obje...
How to return null in the provider? [1 reply] microsoft.public.data.oledb, Saturday, May 31, 2003
Dear all,
I have created an Ole Db provider for binary text file database. I can
use this to get the data from the database. However, when the data in the
file is NULL value(""). I u...
ADODB.Recordset error 800a0cb3 [1 reply] microsoft.public.data.oledb, Friday, May 30, 2003
If you have no other providers to choose from you'll have
to disconnect the recordset and use the sort method of the
recordset object.
jason
>-----Original Message-----
>
>Got the...
Pooling of 'bad' database connections? [0 replies] microsoft.public.data.oledb, Friday, May 30, 2003
We had a similar behavior with our 8.1.7 Oracle Database
and most of the problems where solved by changing the
Oracle Server to multi-threading.
On a side note, I've had all kinds of pro...
An OLE DB Question [0 replies] microsoft.public.data.oledb, Friday, May 30, 2003
Does anyone know why a C# app using an OleDbDataAdapter to connect to a DBF
database would work on one machine but not on another?
I was told that I would need the Visual Fox Pro OLE DB drive...
Anyone know where to find a list of SQL functions supported ... [0 replies] microsoft.public.data.oledb, Friday, May 30, 2003
I am looking for a list and description of SQL functions supported by Jet
4.0 provider. Does anyone know where I can find such a list....if indeed
one does exist? Thank you
-Mac
OLE DB Provider [6 replies] microsoft.public.data.oledb, Friday, May 30, 2003
Hello,
Is there anyway to tell which OLE DB Providers you have installed on your
machine? I have a C# app that talks to a DBF database but I don't have
FoxPro installed. Likewise, on another...
Sybase .net [1 reply] microsoft.public.data.oledb, Friday, May 30, 2003
This may be a stupid question, but where/how do I get the
oledb drivers for Sybase? The only iunstructions I've
found on the Sybase site suggest that they come with
vs.net, but I'm not s...
OLE BD Simple Provider Toolkit [1 reply] microsoft.public.data.oledb, Friday, May 30, 2003
The MSDN ONLINE Provides a good information on using OSP
Toolkit for developing custome made OLE DB Providers...
The Documentation sounds good and is simple to
understand.... BUT FROM WHE...
DataGrid <-- oleDBDataAdaptor [0 replies] microsoft.public.data.oledb, Friday, May 30, 2003
Hi,
I have been using the ASP.NET QuickStart tutorials to
learn ASP.NET (I'm familiar with ASP) and they are
excellent.
The problem is, I want to connect my Jet4 Access Database
(....
user-defined type name [0 replies] microsoft.public.data.oledb, Thursday, May 29, 2003
When executing a statement that returns a result set, where a column in
the result set has a user-defined type, is there any way to determine
the user-defined type name? Neither IColumnsInfo...
Problems Inserting data into a VFP table using the VFPOleDb ... [0 replies] microsoft.public.data.oledb, Thursday, May 29, 2003
I'm trying to copy data from one VFP table to another using the VFPOleDb
driver. I can select data fine and return the resulting dataset . When I try
to pass the dataset to another method to ...
Use lock for update [0 replies] microsoft.public.data.oledb, Thursday, May 29, 2003
I posted a message about multiple-thread application and
OleDB before. Here is the message:
<BEGIN OF PREVOIUS MESSAME>
How to write a multi-thread application with Jet Oledb?
I my a...
Visual Fox Pro OLE DB driver [2 replies] microsoft.public.data.oledb, Thursday, May 29, 2003
Hello,
I'm trying to run a C# app on a WindowsXP Pro SP1 machine that hits a dbf
files (dbf database) on that same machine. I'm having trouble reading from
the dbf database. I think that I n...
ADODB.Recordset error 800a0cb3 [1 reply] microsoft.public.data.oledb, Thursday, May 29, 2003
Got the message:
Current Provider does not support the necessary interfaces for sorting
or filtering.
Used connection:
ODBC to HP ImageSQL via MB Foster's driver.
Tried to perform:
...
about memo field in foxpro [3 replies] microsoft.public.data.oledb, Thursday, May 29, 2003
when i tried to insert a new record through a vb.net and
oledb foxpro provider to foxpro table and this table had a
memo field :
cmd.Connection = OleDbConnection1
OleDbConnecti...
The virtual list problem [0 replies] microsoft.public.data.oledb, Wednesday, May 28, 2003
Hi all,
I'm searching for the best solution applicable to the
virtual list problem. The problem says that the list can
contain millions of rows, it should display fast, scroll
nicely, ...
period translated to a pound sign [0 replies] microsoft.public.data.oledb, Wednesday, May 28, 2003
Hi,
An application is reading the column names from an excel
spreadsheet. Some of these names contain a period (.). It
appears that when the application uses these names to
define the ...
ADOCE Jet Provider [0 replies] microsoft.public.data.oledb, Tuesday, May 27, 2003
Hi!
I have the following problem: I need to connect a Pocket PC application
using ADOCE to a .mdb database which is on a desktop machine (Win98 or
greater). Apparently there isn't any Jet ...
GetOleDbSchemaTable Need to retrieve AutoNumber column [1 reply] microsoft.public.data.oledb, Tuesday, May 27, 2003
This is a multi-part message in MIME format.
------=_NextPart_000_0031_01C3244B.8E9AC280
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hel...
VISUAL .NET SERVER EXPLORER AND AS400 [1 reply] microsoft.public.data.oledb, Tuesday, May 27, 2003
Getting error You can not use an OLE DB Provider for ODBC
DRIVERS. How do You use server explorer with the IBM
AS400?
Thanks
how to use crowset findnextrow [0 replies] microsoft.public.data.oledb, Tuesday, May 27, 2003
I dont understand documentation.
I simply need to locate row with specified value and modify it.... I am
using OLE DB CTable class with defined CAccessor.
--
Josef Chmel
Vývoj sof...
Borland TDataSet and ADO [0 replies] microsoft.public.data.oledb, Tuesday, May 27, 2003
I need to implement some sort of ADO provider to allow data belonging to my
application (that is written using Borland C++ builder) to be accessed by
applications that do not use a Borland D...
Linked Server Error [1 reply] microsoft.public.data.oledb, Tuesday, May 27, 2003
Dear all,
I have 2 PC "PC1" and "PC2", I have created a OLE DB Provider which
getting data from a binary text database in "PC1" and test it with the
simple ado visual basic client. It ...
working in asp and oracle with ref cursor [1 reply] microsoft.public.data.oledb, Monday, May 26, 2003
How can i call from asp (with OLEDB) to an oracle procedure
that return a ref cursor?
How can i read the cursor from asp ?
Visual FoxPro OLE DB and ODBC [0 replies] microsoft.public.data.oledb, Monday, May 26, 2003
Where are the differences documented?
It seems as if the new Visual FoxPro OLE DB (7.0 and 8.0) drivers treat null
(empty) date fields differently:
OLE DB
Empty date comes back as a n...
OLE DB Provider SELECT FOR XML [0 replies] microsoft.public.data.oledb, Monday, May 26, 2003
ADO v2.6+ provides a SELECT FOR XML statement for SQL
Server (that allows an ADO query to directly return an XML
response from the OLE DB provider, without having to do
this in ADO by con...
OLE DB Provider update method [1 reply] microsoft.public.data.oledb, Monday, May 26, 2003
I am using C# and trying to update an access database
table using OLE DB provider . Reading from that database
is going fine , however , trying to update the table
creates an error ( exc...
ADO/OLEDB Events problem [0 replies] microsoft.public.data.oledb, Monday, May 26, 2003
Hello, All!
I'm developing OLEDB provider with support of notifications. My OLEDB
Provider fires IRowsetNotify events when some record in the rowset was
changed.
But I've encountered a ...
Register the Ole DB Provider in other PC [1 reply] microsoft.public.data.oledb, Monday, May 26, 2003
Dear all,
I have written a Ole DB Provider and it work well with Visual Basic ado
recordset in my own computer. Now, as I want to use the SQL linked server
function, i just copy the dl...
ATL class CSession::function return E_FAIL [1 reply] microsoft.public.data.oledb, Monday, May 26, 2003
Hi,
I've got a problem. Ia connection via CDataSource::and store this
CDataSource as a member of a class object. then I pass this CDataSource
object to the CSession::functi...
SQL Server connection Error from Access Project [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
I was trying to connect my Ms Access 2000, New Database
Project with a back end SQL Server database. But it could
not get connected and always gave errors, like
OVERFLOW
Can some one plea...
connecting to sql server [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
thank you "AM"
Connectivity to Oracle via ADO & OraOLEDB using Visual Basic... [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
You will have to install the Oracle Client software
(Connectivity Only) on each machine in order to use that
provider. A tnsnames.ora file must exist on each client
machine because it co...
SQLSERVER2000 -> MSDAORA -> Oracle lost connection problem [1 reply] microsoft.public.data.oledb, Friday, May 23, 2003
It probably has something to do with the Oracle Client
Drivers that need to be installed in order to get the
Microsoft drivers to work correctly. The biggest issue
I've found is multiple...
OLEDB to excel variable problem [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
Hi there, I hope I am posting in the correct group, but here goes;
I am using C# , oledb and Jet 4.0 to hook up to an excel file, then read the
data into a Dataset to work with it.
The e...
How to execute Mainframe stored procedure from VB app with A... [1 reply] microsoft.public.data.oledb, Friday, May 23, 2003
I'm using VB/VB.NET ADO/ADO.NET (can use any of these if there are
problems with one) and am trying to execute a stored procedure in DB2
on an IBM Mainframe. I'm using ADO and OLEDB with the ...
about db2 [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
hello!
i met a big trouble when i try to connect DB2 on a as400
computer. i use vs.2002 to develop web application. i use
ole componet to connect to DB2, it never work. but i can
conne...
SQLCOD error message [0 replies] microsoft.public.data.oledb, Friday, May 23, 2003
Hi,
anybody knows what it stays for the SQLCOD error message
-208?
I get this message when i try to exec an SQL command
through an OLE connection with a DB2 (HIS).
thanks,
Fabrizio
|