Viewing 15 posts - 331 through 345 (of 395 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...
March 1, 2004 at 12:44 am
this is done from VB
http://www.winnetmag.com/SQLServer/Article/ArticleID/22973/22973.html
February 26, 2004 at 1:59 am
February 26, 2004 at 1:44 am
This URL will help
HOWTO: Call SQL Server Stored Procedures from ASP
February 18, 2004 at 4:48 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
February 16, 2004 at 1:08 am
What about DTS. I think it is handlening it
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
...
February 14, 2004 at 5:25 am
Little bit confused.
Are u developing one code which can use both access and sql?
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))...
February 14, 2004 at 5:05 am
February 14, 2004 at 4:10 am
Viewing 15 posts - 331 through 345 (of 395 total)