B
Brian Gallagher
I have a database that is linked. The database has a password and I can
refresh the link happily changing the connection string within code.
I need to add a new field to the table on the linked database. I have done
this many times before by opening the database connecting to the tabledef
and then adding the fields and index's by code. However I am struggling
this time as I need to pass the database password through but cannot seem to
find a way to do it.
Here's hoping someone can help!
Brian
refresh the link happily changing the connection string within code.
I need to add a new field to the table on the linked database. I have done
this many times before by opening the database connecting to the tabledef
and then adding the fields and index's by code. However I am struggling
this time as I need to pass the database password through but cannot seem to
find a way to do it.
Here's hoping someone can help!
Brian