Viewing 15 posts - 241 through 255 (of 310 total)
Thanks Brian,
I will read those articles.
But, If ever you find any URL, can you post it?
Bye
Carl
August 5, 2004 at 1:22 pm
You should read an article writen by: Erland Sommarskog:
http://www.sommarskog.se/dynamic_sql.html
I think you will find interesting informations on using dynamic sql and sp_executesql.
Hope it will help.
Carl
August 5, 2004 at 11:42 am
Hello Sukhoi,
you can also consult the otn (Oracle Technology Network) forums at this adress:
http://forums.oracle.com/forums/index.jsp?cat=1
A lot of info there...
Hope it would help.
Carl
July 30, 2004 at 7:38 am
Hello Noel,
Thank's for your answer.
I applied sp3a on my server (not on client side). Also I grant execute on this proc to public but the error still arise.
But my question...
June 28, 2004 at 7:14 am
Ouups, s'cuse me for the typo error:
Should have read:
SELECT COUNT( DISTINCT [FieldA], [FieldB], ... ) FROM Table1
Carl
April 2, 2004 at 10:57 am
I everyone,
Just want to add this:
The use of this method:
SELECT COUNT( DISTINCT [FieldA] ) FROM Table1
Will always work if you have one column. But, of course, won't work if you...
April 2, 2004 at 10:55 am
Thanks for your comments on this thread Tymberwyld.
Carl
March 30, 2004 at 9:12 am
Tymberwild,
If it is well implemented, it should decrease performance for sure, but it should not be human perceptible.
Oracle behaves that way for a long...
March 30, 2004 at 9:00 am
Hello Everyone,
M.A.R.S. (Multiple Active Result Set) on one connection comming with ADO.NET 2.0 should resolve my concerns.
"The new version of ADO.NET shipped with Whidbey has some great features and...
March 30, 2004 at 8:47 am
Peter,
Thank's for all your research. It is very appreciated.
For now we will make some tests with the Getchars method of the SqlDatReader that is not supposed to make conversions.
Best regards,
Carl
March 22, 2004 at 11:54 am
Hello Brian,
I was very surprise that there were so few people that were seeing the new Snapshot Isolation Level as a "Must have" feature or as an "Important" feature.
Maybe people...
March 22, 2004 at 10:15 am
Peter,
Since now what I said is about what we are reading from the server but we have the same requirements for the strings we are writing to the server: we...
March 19, 2004 at 1:41 pm
Peter,
I have read those topics from MSDN yesterday, thank you nevertheless.
What I can see is that I can affect System.Globalization.CultureInfo.InvariantCulture to the Locale member of a Dataset. But we don't...
March 19, 2004 at 6:28 am
Pêter,
I just want to add that we don't use DataSets, we just use SQLDataReader.
Regards,
Carl
March 18, 2004 at 1:32 pm
Peter,
I'll try to be clear...
We use ADO.NET only in our own database acces layer, this database access layer will be in managed c++ but the applications that uses this database...
March 18, 2004 at 1:27 pm
Viewing 15 posts - 241 through 255 (of 310 total)