OLE
Object Linking and Embedding (OLE) is a technology that allows embedding and linking to documents and other objects developed by Microsoft. It is found on the Component Object Model.
Language
Any
Platform
Any
License
Any
just a minor word of caution - depending on what OS you're loading after your module has finished up, you will likely need to switch the CPU back into real mode for the hand-off to the OS to work...
Hi I am having the problem to connect to SQL SERVER 2005 from VB 6.0
and I am getting the error like
Runtime Error :
Multiple step OLE DB operation generated errors. Check each OLE DB status...
I have a Connection.vbs file with following contents:
************************************************** ****************
Dim strCon
strCon = "Driver={Microsoft ODBC for Oracle}; " & _...
I have a Connection.vbs file with following contents:
******************************************************************
Dim strCon
strCon = "Driver={Microsoft ODBC for Oracle}; " & _...
: HI FRNDS.....CAN SOMEONE PLZ HELP ME TO CONNECT ACCESS WID VB VIA
: ADODC CODING...I M DOIN ONE PROJCT IN WHICH I HAVE TO ADD AND DELETE
: FIELDS IN ACCESS FROM VB....CAN ANYONE PLZ SEND ME THE...
yes, its possible. the trick is in word to create a mailmerge document-
(briefly, on word 2002 mail merge toolbar-)
open data source
provider tab/new source
other/advanced
jet 4.0 ole...
Had the same problem, try this
Session("Source") = table
In the code where you create your source, and
Dim dt As DataTable = CType(Session("Source"), DataTable)
as the first line of code...
: : : I would like to write the contents of a variable/textbox to the webbrowser control. I've tried so many different options, I just lost at this point. What works for you?
: : :
: : Hi,
: :...
: : I would like to write the contents of a variable/textbox to the webbrowser control. I've tried so many different options, I just lost at this point. What works for you?
: :
: Hi,
: what...
: I would like to write the contents of a variable/textbox to the webbrowser control. I've tried so many different options, I just lost at this point. What works for you?
:
Hi,
what control...
: Can some one please help me and tell me how the olevariant works? i'm not realy sure how to use it and the places i do use it it doesn't work.
:
: I need to know this cause the server...
Hey i'm currently trying to work with documetns from with in my delphi program, i've managed toopen word end excell using the server components giving but i can't open a specific file through the...
This message was edited by chip050555 at 2006-5-30 13:37:10
: Hi,
: Is it possiable to connect a access database in a remote mechine. If yes please tell me what is the connection string
:
:
:...
Hi,
Is it possiable to connect a access database in a remote mechine. If yes please tell me what is the connection string
: Well, if it works, who wants to complain? Anyway, trying the ODBC-API "SQLNative" (don't remember the exact name of the API-Function) is not so bad either, since this Function tests a SQL-Statement...
Initialize(); ..i got Access voilation exception
can any one help me please....
Here is the code:
ULONG chEaten = 0;
hr = pIParseDisplayName->ParseDisplayName(pIBindCtx,rgEnumInfo...
: I have a include file called databaseconnection.asp
:
: 'databaseconnection.asp file
:
:
:
: ' this is a screen called buy.asp
:
:
:
:
:
:
:
:
:
: I though it was...
"Import ActiveX control".
: : 2) Select the "Microsoft Office Document Imaging 11.0 Type Library"
: : 3) Click "Create unit".
: :
: : After doing so, the component will be in the ActiveX...
I just installed VS8 and created a template MFC application with multiple documents. I did nothing else and ran the app. I received the following errors related to the ON_COMMAND and ON_UPDATE......
: hi frndz,
:
: I got this error while insert the records in to table.
: it show in execut query.
:
:
: Error Type:
: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
:...