Dear Sir,
Thankyou for your reply.
I am using SQL-7 and there is no option of Attach Database in enterprise manager.
Another method - 'CREAT DATABASE....' SQL throw the error message
'sever: Msg 5172, Level 16, State 15, Line 1'
"The header for file 'c:\MSSQL7\Data\Milind.mdf' is not...
Hi,
I am created SQL database on my pc & working successfully. Now I copy that files ( .mdf & .lof ) on cd & I want to open that files on another pc.
Can I open?
Please Help me.
Thank you.
Hello friends,
about clint-server relationship of sql provider
My original files on Server( NT 2000) & I want to use DSN on clint machine of SQL Provider.
How can i do that ?
Thanking you.
Hi,
if you are use rs.open s,Conn, adOpenForwardOnly, adLockReadOnly then avoid the statement :
If rs.BOF = False Or rs.EOF = False then
try :
if rs.recordcount > 0 then
rs.movefirst
do while rs.eof = false
aa = 1
rs.movenext
loop
else
msgbox "file is empty"
endif
Hi friends,
I am using access as backend & vb6 as frontend. i want to delete the record useing adodc recordset but it will throw error at time of deletion.
Can anybody help me.
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.