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: hkn
  • Order by date
  1. hkn

    sqlDataReader.read return true when no records

    Mansii Thanks for the reply. No I need to loop through the records if any. But thank for the ExecuteScala idea, I did not think of that while trying to work around, good point. The solution as it seems was: At the same time I could not debug another added class project (question marks in the...
  2. hkn

    sqlDataReader.read return true when no records

    Hi Normally I loop through records in a sqlDataReader by: While MySqlDataReader.Read ... End While But in this case where there is no records in MySqlDataReader it is/returns true. When I debug I see it change from true to false and everything is fine. But when I build and run. The program...
  3. hkn

    SQL Server integration with VB and ASP

    We are to choose between SQL Server and DB2. What should we consider when it comes to the integration between application programs and database, when we are developing programs in VB and ASP. Is there any advantages choosing SQL Server in preference to DB2, just looking at the integration...
  4. hkn

    Oracle integration with VB and ASP

    Is there any disadvantages when it comes in the integration, I should consider, if I intend to buy a Oracle database (instead of SQL Server), and develop programs using VB and ASP? Regards Henrik
  5. hkn

    DB2 integration with VB and asp

    Is there any disadvantages when it comes in the integration I should consider, if I intend to buy a DB2 database (instead of SQL Server), and develop programs using VB and ASP? regards Henrik
  6. hkn

    Excel charts automatically into a Word doc using VBA

    I am having problems trying to insert a Excel chart into a Word document, from Excel using VBA. I have made a chart in Excel , and opened Word and added a new document. I can write text, but I can not insert the Excel chart just made. Here is my VBA code from Excel: Private Sub...

Part and Inventory Search

Back
Top