Hello,
I recently deployed a VB application that uses ADO controls to some Win95 machines. I had to run the usual DCOM and MDAC before the actual application installation and everything worked great. PDW was used to create the setup package.
The problem is happening on WinNT machines that have...
Hello,
I have an input form with various text boxes. How do I carry over the value of one text box to another text box ? For example - if the user types in the FirstName, I would like the FullName textbox to have the FirstName pre-populated for ease.
TIA !!
- Subha :-) Nothing is impossible...
Hi,
I intend to use some JavaScript functions repeatedly in several JSPs.
I tried to put the functions in a separate JavaScript file and then call these functions from the individual JSPs (using the <SCRIPT LANGUAGE="javascript" SRC="someFile.js">).
The browser does not...
Is this possible ? I am very new to JSP, so please be descriptive in your answer.
Thanks,
- Subha :-) Nothing is impossible, even the word impossible says I'm possible.
Hello everyone,
I am very new to MySQL and just started to play arounnd with it.
I have created a table with 4 fields and I am trying to populate this table with data from a flat file. The flat file has exactly 4 fields and they are separated by commas.
I am using the load data command as...
Hi,
Can anyone tell me how I can determine what type of controls are used on a form (programmatically) ?
Can we use the Controls collection property of the Form object for this ?
Thanks in advance for the help,
- Subha :-) Nothing is impossible, even the word impossible says I'm possible.
Hello everyone,
I am attempting to create a VB app using OO4O. I have included the ORACLE Data Control on my form and trying to create a session using the following code -
dim OraSession as object
set OraSession = CreateObject("OracleInProcServer.XOraSession").
My code is erroring...
Hey...
How do I find out the path of the TNSNAMES.ORA file from inside a program ?
My VB application will be installed on Win95 / WinNT machines with different versions of ORACLE 8. Since the path for the TNSNAMES.ORA is different for each of the versions, I cannot hardcode it's path inside...
Hello,
I am using Oracle ODBC Driver inside a VB App.
I need to time my SQL queries and if they take more than 2 minutes, I need to cancel the query.
The commandtimeout property of the ADO control works just fine. My problem is that ODBC displays a message that 'User requested cancel of...
Hello,
Can I search for a file from inside VB using a command ? I would like it to return the path of the file.
Thanks in advance for the help,
- Subha :-) Nothing is impossible, even the word impossible says I'm possible.
Hello ...
Is there a way that I can determine which operating system the application is running on from within the app itself ?
Thanks in advance for the help,
- Subha :-) Nothing is impossible, even the word impossible says I'm possible.
Hello ...
How can I automatically highlight text in a Text Box when I tab into it ?
Thanks,
- Subha :-) Nothing is impossible, even the word impossible says I'm possible.
Hey ...
Has anyone used Install Shield for packaging a VB App ? I am kinda frustrated using PDW (because it has so many bugs).
I am about ready to begin with Install Shield. Can someone tell me how robust it is ?
Thanks,
- Subha 8-) Nothing is impossible, even the word impossible says I'm...
Hey guys ...
I have created a setup package for a VB app using the Package and Deployment Wizard. The application was created as an EXE and the .CAB file that was created by the PDW packaged around 7 DLLs to go with the EXE.
Here's my problem - is there any way that I can run the setup package...
Hey ...
I am installing a new VB application on a machine that has Win95 4.00.950B. I am doing this via a setup package.
When I run the setup process, a bunch of DLLs are being displayed as getting updated. Then I get a message requesting me to reboot the machine for the change to take effect...
Hey ...
I have a Win95 machine (4.00.950) with 64MB Ram. It has Oracle Client 8.0.3.
I recently tried to run a VB application on this machine and it gave me an error saying that OLEAUT32.DLL was out of date. So, I visited the Microsoft Website and downloaded the latest OLEAUT32.DLL.
Now I am...
Hello everyone ...
Is there a way that I can establish connections to the ORACLE database from a VB application without using the TNSNAMES.ORA file (ie. without having to install Net8 on individual machines) ?
I read somewhere that I can directly use the ODBC connections. How can I do this ...
Hey ...
Can anyone tell me how the ADO control works behind the scenes ?
When exactly is the database connection established and when does the data get bound ?
Also, is it possible to have one ADODB connection and make this as the active connection for more than one ADO control ? To make...
Hey ...
I am writing a VB application that reads data from an ORACLE database. This will be deployed on machines that do not have ORACLE or VB.
I am using a DSN-less connection. I am told that I cannot accomplish this unless SQL*Net is installed on every client. Is this true ?
Is there any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.