User Profile

Collapse

Profile Sidebar

Collapse
Jayachandra
Jayachandra
Last Activity: Apr 27 '08, 03:16 PM
Joined: Mar 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I have tried this. But after Update also same massage is showing.
    See more | Go to post

    Leave a comment:


  • Jayachandra
    replied to Installation Problem
    But it is not at all installing. If it installs then v can upgrade the dll files.
    See more | Go to post

    Leave a comment:


  • Jayachandra
    replied to Installation Problem
    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 ?
    See more | Go to post

    Leave a comment:


  • Jayachandra
    replied to COM Concept
    Thanks for ur reply. Can u suggest any book on COM
    See more | Go to post

    Leave a comment:


  • Hi,

    Thanks. for your reply. Today I will try for this.

    JC
    See more | Go to post

    Leave a comment:


  • Jayachandra
    started a topic COM Concept

    COM Concept

    Hi all,

    Can anybody tell about COM concepts , With Example in VB 6. Looking for ur valuable info.
    See more | Go to post

  • Jayachandra
    replied to Installation Problem
    For your info, the same setup file is working on some other systems.
    See more | Go to post

    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.
    See more | Go to post

    Leave a comment:


  • Jayachandra
    started a topic Software Installation Problem

    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...
    See more | Go to post

  • Jayachandra
    started a topic Installation Problem

    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...
    See more | Go to post

  • Jayachandra
    started a topic Installation Problem

    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...
    See more | Go to post

  • Jayachandra
    started a topic VB-SQL Server

    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.
    See more | Go to post
    Last edited by Killer42; Oct 21 '07, 09:30 AM.

  • Jayachandra
    replied to VB 6 -MSHFlexGrid
    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 u
    See more | Go to post

    Leave a comment:


  • Jayachandra
    started a topic VB 6 -MSHFlexGrid

    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
    See more | Go to post

  • Jayachandra
    replied to Connectivity with SQL and VB
    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...
    See more | Go to post
    Last edited by Jayachandra; Sep 13 '07, 06:40 AM. Reason: Small Modification

    Leave a comment:


  • Jayachandra
    started a topic COM in VB

    COM in VB

    Hi to all

    where the COM concepts are utilized. Give me an example/ site on COM. Please.
    See more | Go to post

  • Jayachandra
    started a topic Migrating from Oracle to Mysql

    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.
    See more | Go to post

  • Jayachandra
    replied to working with dos prompt
    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...
    See more | Go to post

    Leave a comment:


  • Jayachandra
    started a topic working with dos prompt

    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.
    See more | Go to post

  • Jayachandra
    started a topic Oracle Data

    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.

    ...
    See more | Go to post
No activity results to display
Show More
Working...