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

  • Users: vbguy805
  • Order by date
  1. vbguy805

    VB & C#

    I also think same. Now the question is if you don't go "Microsoft" way, 1>do you loose advantages of new functionality or whatever they trying to push? 2>May be you wont loose advantages of new functionality or whatever now but might loose in future if you still go old way? 3>When...
  2. vbguy805

    How does SQL-Server keeps track?

    Thank you for your help.Records are imported according to table.Not all information is picked up from source database. May be you are right I was looking for better option.
  3. vbguy805

    VB & C#

    Thank you guys for feed back. I wish more ppl could share this information.
  4. 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...
  5. vbguy805

    VB & C#

    Thank you.Mainly I wanted to know is the preference what people normally would use. I just want to know what is standard practice using bound controls or unbound controls in the industry. Or using data adaptes,datasets,readers where they intented to use. or just just datasets every where. ( I...
  6. 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...
  7. vbguy805

    Add menu in windows explorer

    Thank you. But if you install eFax software it wont just add to "send to" link but it add menu "eFax" in windows explorer after help menu. Also it adds simillar menu in notepad,word,excel means all softwares related to documents, it add "eFax" menu. Any idea how it can be done.
  8. 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
  9. 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
  10. vbguy805

    Dynamic SQL

    no I didnt..I will try it..Im not sure either that is right solution.
  11. vbguy805

    Dynamic SQL

    Qik3Coder, Statement is building correctly..may be like SQLSister said since its not commited it is giving me an error. Not sure if that is the same case with update or insert statements..Any one treid using embeded vb scripting?
  12. vbguy805

    Windows Vista & Borland Delphi 2006

    yeah..you are right. I think that is better way to do it. Thank you for your help.Appriciate it.
  13. 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...
  14. 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...
  15. vbguy805

    passing database as parameter in stored procedure & switching database

    I used @@rowcount after update/insert. you think its wrong idea to use @@rowcount?
  16. vbguy805

    passing database as parameter in stored procedure & switching database

    Yea Thank you very much..Can you have DML in dynamic SQL?like Update/Insert statements returning rows affected? where i can find more information about dynamic sql?
  17. vbguy805

    passing database as parameter in stored procedure & switching database

    Thank you for your response..Well..I never done SQL-Server programming...but you think there is no way I can acheieve this huh?..even using embeded scripting..or using dll or something like that? Im just trying to be optimistic here :)
  18. vbguy805

    Class does not support automation.

    ok..thank you for your help.
  19. vbguy805

    passing database as parameter in stored procedure & switching database

    its ok if I cant use "use" command but still I can do this right? select @iCount=count(*) from @ps_ListDBName..users How can i do this?

Part and Inventory Search

Back
Top