Viewing 15 posts - 331 through 345 (of 396 total)
Thankx for the reply
1. My concern is not about the accessing. but getting same no for both users.
Say User A Read and get number 15 before updating it user B...
https://dbfriend.blogspot.com/
March 1, 2004 at 12:44 am
this is done from VB
http://www.winnetmag.com/SQLServer/Article/ArticleID/22973/22973.html
https://dbfriend.blogspot.com/
February 26, 2004 at 1:59 am
More information
http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20781766.html
https://dbfriend.blogspot.com/
February 26, 2004 at 1:44 am
It is strange
What is the relation with the index
https://dbfriend.blogspot.com/
February 25, 2004 at 9:38 pm
U can use query in access
https://dbfriend.blogspot.com/
February 25, 2004 at 12:00 am
This URL will help
HOWTO: Call SQL Server Stored Procedures from ASP
https://dbfriend.blogspot.com/
February 18, 2004 at 4:48 am
If U R using ADO, U can run stored procedure via ASP.
https://dbfriend.blogspot.com/
February 18, 2004 at 4:45 am
I wonder y u need to insert those to a table.
![]()
https://dbfriend.blogspot.com/
February 17, 2004 at 11:31 pm
That is a great Idea amitjethva
https://dbfriend.blogspot.com/
February 16, 2004 at 1:49 am
Yes Andy,
As professional we should not do like that.
Yes, U should give the chance to answer previous as u can learn lot like me
https://dbfriend.blogspot.com/
February 16, 2004 at 1:08 am
What about DTS. I think it is handlening it
https://dbfriend.blogspot.com/
February 15, 2004 at 10:54 pm
Yes
I have done it in otherway round
i.e SQL -> ACCESS (From VB/ADO)
'Make the conaccess,conSql Connection strings
rstaccess.Open "EventService", conaccess, adOpenForwardOnly, adLockReadOnly
rstSQL.Open "EventService", conSql, adOpenDynamic, adLockOptimistic
Do While rstaccess.EOF = False
rstSQL.AddNew
...
https://dbfriend.blogspot.com/
February 14, 2004 at 5:25 am
Little bit confused.
Are u developing one code which can use both access and sql?
https://dbfriend.blogspot.com/
February 14, 2004 at 5:20 am
I think Raymond needs the concat value rather than the sum
SELECT CAST(a.ID AS varchar(1)) + CAST(b.ID AS varchar(1)) + CAST(c.ID AS varchar(1))...
https://dbfriend.blogspot.com/
February 14, 2004 at 5:05 am
![]()
Sorry De Leeuw David
I was carried away with the first answer. sorry about that.
I think What...
https://dbfriend.blogspot.com/
February 14, 2004 at 4:10 am
Viewing 15 posts - 331 through 345 (of 396 total)