Search:

Type: Posts; User: imrankhaldi

Search: Search took 0.03 seconds.

  1. Re: Connection.execute querry not saving the data in database.

    thanks for your openion but i am still unable to resolve the matter.
    for you reference i am using quetty as under.


    ============
    dim insertquerry as stringg

    insertquerry= "insert into...
  2. Re: Connection.execute querry not saving the data in database.

    thanks for your openion but i am still unable to resolve the matter.
    for you reference i am using quetty as under.


    ============
    dim insertquerry as stringg

    insertquerry= "insert into...
  3. Connection.execute querry not saving the data in database.

    Dear Sir,

    i am putting some data in the database through vb application through below qeurrry.

    connection.execute("delete from table where ID = 'ABC' ")

    qurry works fine and i can see the...
  4. Re: vb6 project exe not working properly on remote computer.

    Dear All,

    Thanks for your help, the problem was of locale settings.
    i have resolved with your kind help.
    I am grateful to you all of you.
    best regards.
    Imran Khaldi
  5. Re: vb6 project exe not working properly on remote computer.

    let me explain little more as under.

    i have a file project.exe, it runs perfectly on my computer where my database is also available.
    same project.exe is available on my collegue's computer but...
  6. vb6 project exe not working properly on remote computer.

    i have made exe file of my project it runs fine on my computer (where my database sql server 2008 is installed), but when we run same exe file from remote computer it works but not giving proper...
  7. Re: how i can connect data report with ODBC (sql ODBC)

    Let me explain as under.
    *My Application is designed in VB6
    * i am using datareports and crystal reports for printing different kind of reports.
    * The problem is that i am unbale to connnect...
  8. how to set data report cnnecton with ODBC

    I have a vb6 application which runs data reports, I want my data reports to connect data base through ODBC, how I can do it. please help.
  9. how i can connect data report with ODBC (sql ODBC)

    i have an applicaiton in VB6, i have set an my computer IP in data report and its running fine. i want my application and its data reports to be run through ODBC connection. Please help.
  10. crystal report working fine with access, now i want to work with sql server, how ?

    i have application working fine with crystal reports access database, i have changed database with sql server but how to change database for crystal reports. can any body help
  11. Re: how to enter date in british format in sql server through vb6 application

    Thanks for your help but i am unable to overcome the problem. Infact there is no function like datepicter1 in vb6.
    Is there any function which can change the british date into american or american...
  12. Re: how to enter date in british format in sql server through vb6 application

    let me explain again.
    i am using vb6 and sql server 2000. the query is like
    insert into employee values ('John','id001','text1.text')
    here text1.text is a textbox on the vb form, user types here...
  13. how to enter date in british format in sql server through vb6 application

    i am confronting a problem while entering data into sql database through vb application. infact when user enter data including date through vb application form, it does not create any problem if the...
  14. Re: problem in connecting Databas trhough ODBC

    tanks for the help, my firewall was on.
  15. Re: how to make setup file for vb6 Application

    Thanks for your help guys.

    I have somehow figured out the problem. Infact i am using data reports. on the data connection i have mentiond path of database as D drive. while in application i am...
  16. how to make setup file for vb6 Application

    i already have made setup file from "Package and deployment wizard" available in visual studio but when i install the application to any next computer it does not work properly. i mean aplication...
  17. Re: problem in connecting Databas trhough ODBC

    i am not getting error from the program, i am getting error in configuring ODBC on the computer of my colleage who will run the application from his computer.

    However, on the computer where...
  18. VB application connection wirh SQL server 2000

    I have develop an application in VB6, this application connects sqlServer 2000 through ODBC. the problem is that when we run applicaiton from the computer where database resides, its works. but if we...
  19. problem in connecting Databas trhough ODBC

    i am facing problem in connecting databas through my VB application.
    If I use application from the same comuputer where dabase resides then there is no problem. it connects and works. but when i run...
  20. Re: how to bring required cell of msflexgrid within the viewable screen

    Thank you sir, now it solved.
    Kind regards.
    Imran
  21. Re: how to bring required cell of msflexgrid within the viewable screen

    Sir, you are absolutely right, your example is working properly. There is slight mistake at my end ie i am uing MSHFLEXGRID instead o MSFlex. Please advise what i should do now. I cannot change the...
  22. Re: how to bring required cell of msflexgrid within the viewable screen

    i have changed my code as


    If Gridbooking.Text = TextToSearch Then
    Gridbooking.CellBackColor = vbYellow , ' its mean it text matches then change its color as yellow

    gridbooking.toprow = 5...
  23. how to bring required cell of msflexgrid within the viewable screen

    i have populated msflexgride with perticular data, now on command buttun evend I want to search text from the gride. Coding duly seached but if the required text is below the screen then it does not...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width