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

    Cannot check out of VSS via VB6

    Wow! Thanks. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  2. trc

    Cannot check out of VSS via VB6

    Lol. Thanks again. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  3. trc

    Cannot check out of VSS via VB6

    You rock George. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  4. trc

    Cannot check out of VSS via VB6

    ...to be able to check files out of Visual SourceSafe via Vb6 but can no longer do so. Why is this and more importantly, how do I fix this? Thank you in advance. TRC ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  5. trc

    AddADOCommand

    ...I would greatly appreciate it. moReport.Database.AddADOCommand lrsDetail.ActiveConnection, lrsDetail.ActiveCommand moReport.Database.SetDataSource lrsDetail, 3 ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  6. trc

    AddADOCommand

    ...does not work but cause for the first one to not work is unclear. moReport.Database.SetDataSource lrsDetail, 3 moReport.Database.Tables(1).SetDataSource lrsDetail, 3 ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  7. trc

    AddADOCommand

    ...but they are very different so it is difficult. Can I pass a record set to the report if it has no DB on it? If so how? Would it be better to rebuild the report? ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  8. trc

    AddADOCommand

    Sorry. This was suppsed to be in the Businwess Objects CR forum. Please respond to it there. Thank you ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  9. trc

    AddADOCommand

    ...but they are very different so it is difficult. Can I pass a record set to the report if it has no DB on it? If so how? Would it be better to rebuild the report? ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  10. trc

    Multiple values within Command

    Thank you lbass. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  11. trc

    Multiple values within Command

    Did you ever find a solution for this? ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  12. trc

    Problem with insert into Oracle from vb 6

    Doh! Thanks. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  13. trc

    Problem with insert into Oracle from vb 6

    ...I run it in Toad and not from my app? I assume that the error message is telling me the correct error. If so what type of connection to the db do I use. Thanks, TRC ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  14. trc

    Flat File/DB Comparison with 2500 items

    Great thanks kids. Stars all around. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  15. trc

    Flat File/DB Comparison with 2500 items

    ...or the server? (As in, where should I do the work?) Bob I wish the flat file had a key filed. I only has the name field and two numeric data field attached. :| ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  16. trc

    Flat File/DB Comparison with 2500 items

    ...if there is one, but that is another story. I thought about the ado recorset for both. I forgot to mention it. Is this the best option? Will it be the fastest? ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  17. trc

    Flat File/DB Comparison with 2500 items

    ...with the data from the file and from the database and use views and minus in SQL to find the items that are different. Issue: Overhead? Thank you in advance, TRC ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they...
  18. trc

    Trouble with Connection To Oracle DB

    Thank you bjd4jc for the help. ************ My purpose in life is to show others what not to do. <!--Caution, dates on calendar are closer then they appear.-->
  19. trc

    Trouble with Connection To Oracle DB

    ...Dim Acommand As New ADODB.Command strCnn = "dsn=usertest;Driver={Microsoft ODBC for Oracle};Uid=cook;Pwd=barkm3;" strSQL = "select * From drlhl_ex" ' where drlhl_ex_ref_no like '%MW%' order by drlhl_ex_ref_no asc Set cnnADODB = New ADODB.Connection 'cnnADODB.ConnectionString...
  20. trc

    Trouble with Connection To Oracle DB

    ...Dim Acommand As New ADODB.Command strCnn = "dsn=usertest;Driver={Microsoft ODBC for Oracle};Uid=cook;Pwd=barkm3;" strSQL = "select * From drlhl_ex" ' where drlhl_ex_ref_no like '%MW%' order by drlhl_ex_ref_no asc Set cnnADODB = New ADODB.Connection cnnADODB.ConnectionString...

Part and Inventory Search

Back
Top