Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sssdexter
  • Order by date
  1. sssdexter

    PB 6.5 and sending e-mail

    Hi, I finally have it open in a new mail in Outlook Express by using MailMessage with the mailSend command (funny things witout mailSend command, it will not open the new mail format), but the thing is i want to it to work with MS Outlook instead of Outlook Express.... How could i do it...
  2. sssdexter

    debug the program

    Hi, Thanks for the info, i am using Immediate Window and Watch to trace the variable value.
  3. sssdexter

    Is VB OOP?

    Hi, Which means VB.NET support all 3 major OOP concepts, that's greate news. By the way, if my VB6 program migrate to VB.NET, will it be a tedious work? Thanks a lot
  4. sssdexter

    debug the program

    Hi, First of all, I apologize if i didn't manage to reply if i able to use any methods that you guys guide me. I really appreaciate whatever information that you guys given. For your info, i drop down the debug menu, which i can see shortcut key from there like 'F8'. Can i see the value store...
  5. sssdexter

    PB 6.5 and sending e-mail

    Hi, I already have my MS Outlook open, when i run my application, when reach create mailsession, it still prompt me to configure the internet mail information. After i fill up all the information, and successfully maillogon with MailNewSession!, but why does it not open a new compose in my...
  6. sssdexter

    debug the program

    Hi, How can i debug the program line by line? i had added a breakpoint, when i run my program, it will stop at the breakpoint, but how to debug line by line? Thanks in advance
  7. sssdexter

    API Problem

    Hi, When i try to create a directory in my drive by using API createdirectory, but one of the parameter data type does not support in PB? it's SECURITY_ATTRIBUTES. Can anyone help me? Thanks in advance
  8. sssdexter

    connect to Sql Server

    Hi, Thanks a lot
  9. sssdexter

    connect to Sql Server

    Hi, How i can connect my application to Sql Server database? Thanks in advance
  10. sssdexter

    Is VB OOP?

    Hi, I am new to VB, some simple questions like to ask pro, Is VB 6 a OOP language? Can it do inderitance? Thanks in advance
  11. sssdexter

    open a *.doc file from powerbuilder

    Hi, How can i open a *.doc file from my application? For example i have a D:\test.doc, in my application i want to open this document file by clicking a button. Thanks in advance
  12. sssdexter

    File sharing problem

    Hi, I have a folder name "test" in c drive, and i alrady share it as full control. The problem is when i type the following command under "run" -- \\my_pcname\test, it gave me an error message of cannot connect to that path. Can anyone help me to sort this out, cause i...
  13. sssdexter

    user login control

    Hi, Did SQL Server have an option that can set how many concurrent user? For example, each time could only concurrent login 5 users, the six user will never able to login the database. I actually thought to control it in the application, but if enterprise manager have the option would be very...
  14. sssdexter

    Trigger problem

    Hi, I got a table which have 30 fields, sometime user could just update 1 or 2 fields for the respective record. I would like to write a trigger that when user update the table, only get those edited fields new value and insert it into another table, for example log table. How could i get the...
  15. sssdexter

    single line sql of exp

    Hi, How can write a single line script that exp a database table structure out witout copy the data? I would like to put that script in *.bat file, so that i can just doubleclick on that file, then it will auto generate all the table structures out. Thanks in advance
  16. sssdexter

    restore fail

    Hi, I actually developed a utility that have backup and restore function. Once i start the utility, under Enterprise Manager already shown the database have a status of "sleeping" at current activity. Is there anyway to do the restore job in the utility? Cause i must connect to...
  17. sssdexter

    restore fail

    Hi, I am using script to restore a database. Script like "restore database database_name from disk file_name" but it gave me an error message like "database in use"? i run this script from my application, backup script run with no problem, but i just can't restore, i...
  18. sssdexter

    change database uid and password

    Hi, How do i change the default uid(pda) and password(sql) to a password that i define? Thanks a lot
  19. sssdexter

    restore database

    Hi, I had backup my database into a *.1 backup file, how can i restore it into my database? Thanks a lot
  20. sssdexter

    index

    Hi, How can i know which columns in the table is index column? Thanks a lot

Part and Inventory Search

Back
Top