...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.-->
...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.-->
...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.-->
...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.-->
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.-->
...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.-->
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.-->
...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.-->
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.-->
...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.-->
...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.-->
...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...
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.-->
...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...
...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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.