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 bkrike 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: vbguy805
  • Content: Threads
  • Order by date
  1. vbguy805

    How does SQL-Server keeps track?

    I am imporing data using our own utility. Main function of the utility is read data record by record being imported, massage it to fit our requirements if necessary and then import it in our database in one session.During this process hundreds of tables and thousand of rows are affected...
  2. vbguy805

    VB & C#

    I am new to c#. I have been using vb before. Uptil now the way I used to write code was using unbound controls so that I can manipulate logic the way I want. I would always build 3-tier applications using this technique. Now c# and ADO.Net is totally new to me. I have seen many ADO/ADO.NET...
  3. vbguy805

    Add menu in windows explorer

    Hi, Any idea how to add one of menu from my application to explorer,notepad,word like how eFax have their menu in all applications? Thank you
  4. vbguy805

    How to add menu in windows explorer,notepad,word?

    Hi, Any idea how to add one of menu from my application to explorer,notepad,word like how eFax have their menu in all applications? I am using VS2005 Thank you
  5. vbguy805

    Dynamic SQL

    Hi, I am running series of dynamic sql from stored procedure to update/insert rows in target database from source database. I got almost all statements to work but few I am not able to make it work. Problem is these statements are in middle of stored procedure. I cant take them out...
  6. vbguy805

    Windows Vista & Borland Delphi 2006

    Hello, I am using Windows XP Pro,MS Access 2000 as database & Delphi 2006. This worked ok until I switched to Microsoft Vista.This is wierd because I have two SQL statement followed by one after another..When it executes first sql statment..it wont give any error..but it wont return any...
  7. vbguy805

    passing database as parameter in stored procedure & switching database

    Hi I am trying to write stored procedure which use multiple database on same server but need to swich between databases.. create procedure dbo.ListImport( @ps_ListDBName varchar(50), @ps_OrderDBName varchar(50)) begin Declare @iCount numeric --use [@ps_ListDBName] how...
  8. vbguy805

    Class does not support automation.

    Hi, I have installed Pervasive V8 on server. When I run my vb app which use pervarive driver I get an error "Runtime Error `430': Class does not support Automation or does not support expected interface" There is microsoft kb on this it says use RegSvr32.exe , unregister old dll &...

Part and Inventory Search

Back
Top