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 SkipVought 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: *

  1. vovan1415

    How to add the infragistic controls into VB.NET?

    How to add the infragistic controls into VB.NET? Thanks
  2. vovan1415

    Best book to study VB.NET

    I have some VB6 experience and would like to study VB.NET. Can someone give me an advise what books do I need to use/buy? Thanks
  3. vovan1415

    How to study VB.NET?

    What would be the best way to study VB.NET? I am very good in VB6 but have not studied VN.NET... I know that VB6 is old technology right now .... Any books, classes? Thanks Vlad
  4. vovan1415

    1Z0-130 exam

    Please, help... What is the best book to pass the 1Z0-130 exam (from ORACLE 8i to ORACLE 9i)? Thanks Vladimir
  5. vovan1415

    1Z0-145 EXAM...

    Please, help... What is the best book to pass the 1Z0-145 exam (from ORACLE 8i to ORACLE 10)? I could not find any... Thanks Vladimir
  6. vovan1415

    'Connection failure' error

    I am using the following statement to check the connection: If CnDB.State <> 1 Then 'reconnect End If If the connection is open (CnDB.State = 1) then I try to open the RecordSet based on this connection... But sometimes I got the error 'Connection failure' even CnDB.State still equals to...
  7. vovan1415

    error 94, Invalid use of NULL

    Sometimes my users get the followign error: error 94 Invalid use of null But problem is there are just some users who got this error I am using : Public Function RNull(sIn As Variant) As String If IsNull(sIn) Then RNull = &quot;&quot; Else RNull = sIn End If End...
  8. vovan1415

    How to redirect...

    How to redirect main.asp page to different page with all elements? I create Session_ID on main.asp and need to use it later.
  9. vovan1415

    How to check if function returns tr

    How to check if function returns true or false? Can I use this: ----------------------------- function functionname1() { if (condition1) {return true;} else {return false;} } function functionname2() { if (functionname1=true) { \\code... } }
  10. vovan1415

    How to count number of weeks betwee

    How to count number of weeks between to dates if i have them as string values for example :'03/03/2003' and '09/09/2003'
  11. vovan1415

    How can i prompt user to delete the

    How can i prompt user to delete the record? I mean i need to ask user before deleting record when user clicks the button.
  12. vovan1415

    MsgBox in VB Script

    How can i use MsgBox in VB Script to promt user &quot;Do you want to delete this record?&quot;
  13. vovan1415

    What the best site to get reference

    What the best site to get references of VBScript
  14. vovan1415

    What the best site to get reference

    What the best site to get references for VBSCRIPT? Thanks
  15. vovan1415

    Update Record In Activeex Script in DTS Package...

    Hello, i am new in DTS. I need to create an Activeex Script to update table using ADODB.Command Does somebody have an example? Thanks
  16. vovan1415

    How to get the size of Image in VBScript...

    I need to get image size in VBScript. Does somebody have a code to do this. Thank You.
  17. vovan1415

    How to trim string variable in Perl?

    How to trim string variable in Perl?
  18. vovan1415

    How to remove Oracle From The Registry?

    I try to reinstall the Oracle 8i But it stays in the registry. How to remove Oracle From The Registry? Thanks
  19. vovan1415

    Help...Login to MetaLink

    Can someone help me to get Login to MetaLink I need to get patch from there. Thanks Vlad
  20. vovan1415

    patch 1507768 for Oracle 8i Personal Edition

    I need to get patch 1507768 in order to install Oracle 8i Personal Edition. It requires login on MetaLink. Can someone help me to get Login to MetaLink or send me a patch itself. Thanks

Part and Inventory Search

Back
Top