User Profile
Collapse
-
I have tried this. But after Update also same massage is showing. -
But it is not at all installing. If it installs then v can upgrade the dll files.Leave a comment:
-
hi coolmind ! Thanks for your valuable suggestion. It is ok. when it is a single or inhouse perpose. But if it is sale product then what we need to do ? can v install vb in all systems ?Leave a comment:
-
-
-
COM Concept
Hi all,
Can anybody tell about COM concepts , With Example in VB 6. Looking for ur valuable info. -
For your info, the same setup file is working on some other systems.Leave a comment:
-
Hi ,
In VB 6 there is Package & Deployment wizard. While Setting the Setup It will ask any other file to be include. There u can add that mdb file. Remind that if ur program using App.path basis. or not. If the database is in app.path format then the application will work. After completion of the Deployement the mdb file will be available in Support Folder. Try it if you are using VB6.Leave a comment:
-
Software Installation Problem
Hi to all,
I have developed an application in VB6 in 2003 OS. When I install this application in some systems it is giving the message like "SetUp Cannot continue because some system files are outofdate on yours system. Click OK if you would like to setup to update these files for you now. You will need to restart windows before you can run setup again. Click cancel to exit setup without updating system files." if i press... -
Installation Problem
Hi to all,
I have developed an application in VB6 in 2003 OS. When I install this application in some systems it is giving the message like "SetUp Cannot continue because some system files are outofdate on yours system. Click OK if you would like to setup to update these files for you now. You will need to restart windows before you can run setup again. Click cancel to exit setup without updating system files." if i press... -
Installation Problem
Hi to all,
I have developed an application in VB6 in 2003 OS. When I install this application in some systems it is giving the message like "SetUp Cannot continue because some system files are outofdate on yours system. Click OK if you would like to setup to update these files for you now. You will need to restart windows before you can run setup again. Click cancel to exit setup without updating system files." if i press... -
VB-SQL Server
Hi every body,
I am new to SQL Server.
I need help. How can I save the date in SQL Server through VB 6? While designing the database, the available data types are Datetime, shortdata like. Is there any alternate way to save in "D/MM/YYYY" format?
Please reply anybody.Last edited by Killer42; Oct 21 '07, 09:30 AM. -
Thanks for reply.
I have no Sl. No. column. in my database. Just I want to display the row numbers in the FlexGrid control. Thats it.
Thank uLeave a comment:
-
VB 6 -MSHFlexGrid
Hi to all,
I have designed a form which contains MSFlexGrid control. Here the problem is I am getting the data into the FlexGrid from the database. But in the first column there is no data or text. But I want the serial no. in the first column like 1,2,3,4,5,6,... .....column wise upto data available. how to get it.
Please give me an example.
Thank u all.
Jayachandra -
Hi,
Open a new project, Select Project---> References---> check the Active X Objects latest version.
Then
Declare connections, Recordsets etc...
Example. for MS-Access(Assume that student name, address fields only in the table)
form_load()
Dim dbcon as adodb.connectio n
Dim dbres as adodb.recordset
Dim dbsql as string
set...Leave a comment:
-
COM in VB
Hi to all
where the COM concepts are utilized. Give me an example/ site on COM. Please. -
Migrating from Oracle to Mysql
Hi to all,
I am a VB Programmer. I used Oracle as my backend. But now I want to migrate from Oracle to mysql.
Can I ? Becoz, I heard that this is Open source. So need not to register from mysql corporation.
Is it true.
Reply any body. -
Thank you for reply.
Actually I have written a batch file like
sqlldr userid=scott control=x:\abc. ctl log=x:\abc.log
When I run this, it will ask Password. Then immediately I need to pass the password through a password.bat this password.bat may contain password. It should pass to password at command prompt where the first batch file is waiting for password.
Is it possible ? Please reply...Leave a comment:
-
working with dos prompt
Hi to all,
I have a question. I am running a batch file which has one parameter such as user name. Now I want to pass another parameter such as a password from another batch file. In the first batch file it asks user name - for this I need to pass automatically through VB program. Please help me in this concept.
Thank you all. -
Oracle Data
Hi to all,
I have data which is available in Oracle. Now I want to take backup. Can anybody help in this concept.
And also
Database is not updating automatically when I delete the records or modified. But if I set the option 'Set Autocommit On' then only it is working.If I close Oracle then it will be Set Off. Is there any alternate way to set it when I logon to oracle to commit it.
...
No activity results to display
Show More
Leave a comment: