Search:

Type: Posts; User: Tobyy

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,022

    Re: Base64 to Image

    Thanks.

    I figured it out and its working so well now.

    Thank you for the response and guide
  2. Replies
    6
    Views
    1,022

    Re: Base64 to Image

    THANK YOU very very very very much.
    It worked Perfectly !

    I cannot thank you enough for this help.

    Grateful.
  3. Replies
    6
    Views
    1,022

    Re: Base64 to Image

    Thank you SOOOOO much. This snippet was exactly what i wanted.

    However, when i tried it, i got an error.

    See the error here :

    189103

    Please help.
  4. Replies
    6
    Views
    1,022

    [RESOLVED] Base64 to Image

    Hello,
    Please i want to be able to copy a base64 string into a text file and the image displayed in an Image on the form. Please help.
    When i click on a command button, i want my VB6 app to...
  5. Replies
    4
    Views
    1,362

    Re: Save Image to Database TSQL issue

    Thank you so much
  6. Replies
    4
    Views
    1,362

    Save Image to Database TSQL issue

    Please i need help with this line, been giving headache for hours.


    insert into tblPicture1 (AcctNo, MCard,FileName) SELECT '900901', * FROM Openrowset( Bulk...
  7. Re: Very Slow SQL Query When Using IP in Connection String

    Yes. I can ping the server name and IP address. I just wish to make connections over the Internet, using IP address and Port work as fast as connections using Instance name directly.

    Is there...
  8. Re: Very Slow SQL Query When Using IP in Connection String

    Exactly correct. Same server, same client, same system. I am connecting to the MSSQL server on a machine via exactly same machine. When i use instance name in connection strings, connection and query...
  9. Re: Very Slow SQL Query When Using IP in Connection String

    Exactly same thing happens. Query is very slow or says Query Timed Out....
  10. Re: Very Slow SQL Query When Using IP in Connection String

    Thanks for the response. Both are connecting to a Dbase instance on same drive, same system. The first one doesn't use the internet, but the Database Instance name directly, while the second one uses...
  11. Very Slow SQL Query When Using IP in Connection String

    Hello,
    I am having a real big headache with slow SQL query.
    I have two connection string which are as follows :

    ConnectString1 = "Driver={SQL...
  12. Re: Trickish Situation With Data Range Search

    Thank you soooooooooooooooooooooooooooo much.
    This worked PERFECTLY !
  13. [RESOLVED] Trickish Situation With Data Range Search

    Hello,
    Please i need help with the following situations.
    I have a database table named "tabJrecord" which contains ranges of numbers, like as shown below :



    Col1
    Col2
    Col3
    Col4
  14. Replies
    2
    Views
    2,492

    Export Data to JSON from Database

    I am using MSSQL 2008 and i need help exporting data from the database to a JSON file. The following is the code i have used to store the JSON file to the MSSQL 2008 Database.


    SELECT *
    FROM...
  15. Replies
    7
    Views
    3,248

    Re: Treeview Save and Retrieve Data

    Been reading this and i think i get what you mean. Since i can show my Json on Treeview, i should focus on saving my Json file to the database. Kindly help with code to save a Json file like the one...
  16. Replies
    7
    Views
    3,248

    Re: Treeview Save and Retrieve Data

    Thanks. I have been able to do this. I can save my Treeview contents to Json and load from Json too. Done this. What i need is how to save contents of Treeview to MSSQL Database and able to load from...
  17. Replies
    7
    Views
    3,248

    Re: Treeview Save and Retrieve Data

    I need the complete code snippet. I have low knowledge about Treeview. I had to use it on a new project and am able to Parse a Json string to my Treeview and it shows up well. Now i want to be able...
  18. Replies
    7
    Views
    3,248

    Treeview Save and Retrieve Data

    I need help on saving contents of my Treeview control to MSSQL 2008 Database and also retrieve it back and display on the TreeView.

    I have been searching online since 2 days now and cant really...
  19. Replies
    6
    Views
    3,187

    Re: MSSQL Login for Stored Procedure

    @jmcilhinney and @ GaryMazzone
    I just want to create a MSSQL Database Login which will ONLY have access to access stored procedures on the database. It should not be able to view my tables or...
  20. Replies
    6
    Views
    3,187

    MSSQL Login for Stored Procedure

    Hello,
    I am having a challenge creating a MSSQL Database Login that can ONLY create, delete, execute some few Stored Procedures Only. I dont want that user to be able to view table or perform any...
  21. Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features

    Thank you so so much.

    I had to go back to the documentation, read it again word by word, and added the User Control to my Project directly. Then i had to remove the component used before, pick up...
  22. Replies
    15
    Views
    5,038

    Re: Distibute an EXE without OCX issues

    @All,
    Thanks so much.
    I had to painstakingly decode all the bugs encountered when i added User Control directly into my code. It worked eventually and i was about to build .EXE and distribute...
  23. Replies
    15
    Views
    5,038

    Distibute an EXE without OCX issues

    Hello,
    I have been having a serious issue for 2 days now. I have an OCX that works perfectly fine on my project but users are complaining of not been able to use software because of "Active X...
  24. Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features

    Hello @ Eduardo,
    Great work you gave the world and i am happy about it so much.
    However, i have lost 2 days with issues encountered when i added the SSTAB to my project. When i used the SSTAB as a...
  25. Replies
    0
    Views
    3,135

    Crystal Report Cross Tab Issue

    I have a MSQSQL Table that looks like this :

    178954

    and i want it to look like this on Crystal report 10 :

    178957

    I have been trying everything i know with Cross-tabs but its not giving...
  26. Replies
    6
    Views
    3,487

    Re: VB6 APP on a Cloud Server

    Oh, i understand what you mean. I live in a 3rd world country where electricity is available on an average of 4 hours every day. Keeping their local system on 24/7 as required would mean having it on...
  27. Replies
    6
    Views
    3,487

    Re: VB6 APP on a Cloud Server

    The VB6 APP is already installed on the Azure server and we are already paying for the hosting. But i want users to be able to access the app and use the app like they used to when server was on LAN...
  28. Replies
    6
    Views
    3,487

    Re: VB6 APP on a Cloud Server

    Thanks so much for the response. I will be looking at rdpwrap immediately and get back on what i find. Meanwhile, how does installing it on their desktops and using teamviewer solves their problems ?...
  29. Replies
    6
    Views
    3,487

    VB6 APP on a Cloud Server

    I have been able to install my VB6 App on an Azure Cloud server because some of our clients have been keen on having an "online" server as against a stand alone peculiar with VB6.
    Now i need to...
  30. Replies
    6
    Views
    3,352

    Re: MSSQL 2008 Update Statement Fails

    Thanks for your response.

    I am sorry if my question is confusing.

    None of the possibilities you mentioned above is true and the code is working perfectly fine. I think it has to do with SQL...
  31. Replies
    6
    Views
    3,352

    MSSQL 2008 Update Statement Fails

    Hello,
    I have this creepy issue with my VB6 APP.
    I have discovered that sometimes, the update statements inside my VB6B Code like the following does not work, despite the code been perfectly fine....
  32. Re: Running a VB6 App on a Cloud Server like its on a LAN

    This is a good and better advantage for us and i have recommended we access the App via Citrix.
  33. Re: Running a VB6 App on a Cloud Server like its on a LAN

    Thanks for the additional analysis.

    Its an Accounting App and has a lot of forms and processes. We have old clients that has their DB size more than 30GB right now. We have some ledger tables that...
  34. Re: Running a VB6 App on a Cloud Server like its on a LAN

    Thanks for your post, i am most grateful too.
    From what you said, after moving the App and Database to the cloud, it would be much better for the Client systems here to access App via XenApp /...
  35. Re: Running a VB6 App on a Cloud Server like its on a LAN

    Thank you so so much. I am so grateful for this detailed analysis.
    From what i read, i should be recommending the Option 2, where you said i move the App and Database to a cloud server maybe like...
  36. [RESOLVED] Running a VB6 App on a Cloud Server like its on a LAN

    I work for a company who have a VB6 accounting App of about 300 forms with data stored on SQL Server via ODBC. Its working very well on Local Server and for users to use the software, i send shortcut...
  37. Dynamic Query Use in VB6 - NEED URGENT HELP PLEASE

    Hello,
    I have been having a great headache trying to use a dynamic query in VB6 and i need urgent help, please.

    The dynamic code is as follows :


    /* Build SELECT */
    SET @Sql = 'SELECT...
  38. Replies
    28
    Views
    6,182

    Re: Cloud MSSQL Database for VB6 App

    Thanks !!!!. I am going to test this and get back as soon as i do.
    I want to make some changes to the code according to your advice and then try again to see what difference it makes. This would...
  39. Replies
    28
    Views
    6,182

    Re: Cloud MSSQL Database for VB6 App

    Davor, thanks so much. While i was busy on what best direction to take, i saw your post and i am currently researching about it. I will give more info here on my findings and test results soonest.
  40. Replies
    28
    Views
    6,182

    Re: Cloud MSSQL Database for VB6 App

    This is so good for me to hear. I am currently making my research on your tips. I just really wanna make this work. The VB6 app has been growing for more than 11 years, has about 300 forms and a huge...
Results 1 to 40 of 60
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width