Hello,
How can i find the name of relationship in the table, I want to use query
ALTER TABLE table DROP CONSTRAINT constraintName
if it is correct, but what abt constraintName how can i find out that...
Hi thanx for ur reply, that is really cool
But it didnt work when I tried to execute it through adodb.connection object then it gave me read privelage error,
[Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysRelationships'
Yes, locally I can run it .....
Problem is that i want to run it in remote machine, so I am using adodb.connection through ASP and trying to use execute function to run that query.
sorry I havent worked much on VB, plz tell me something abt VBA is it same as VB, sorry if it sounds stupid, but i dont have much experience on application development, only web development,
VBA is like a trial version of VB customized for each MS Office application- It doesn't have all the commands and functions in VB. Let say we have a form with a text box (txtBox) and a command button (cmdButton) this would be the code we would use to be able to type in the name of the table in the text box and the click the button to run the query.
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.