Are there any easy way to access SQL tables behind BCM for dummies

S

sunorain

the point is there's no way to make easy mass editing or mass replacement of
data in BCM.
E.g. long time ago a database of companies was imported to BCM from MS
Access database.
Unfortunately many (if not all) URLs of web-sites containing in database
became corrupted as result of importing data and what's worse - it has been
noticed much later, after many amendments and modifications in database, so
no chance to make import anew.
Instead of http://www.company.com
URLs look in BCM database like this:
http://#http://www.company.com#

It would be real pain to correct each entry one by one. May be I could
access SQL table which is behing BCM (Outlook 2007, resp. SQL Express 2005)
and do mass replacement of trash symbols in a specific column?
 
S

Samvnw51

You can probabaly do this by accessing the appropriate table in the db and
running a SQL update statement on it. However, it might be easier to export
the BCM data to a csv file, make the edits and import it back in. Make sure
you do a backup first of course. Good luck
 
J

John

I have an Access db with ODBC Linked Tables that allows me to view the
information. I'm not sure if you can modify though. I'd like to know
as well.

John
 
L

Luther

I have an Access db with ODBC Linked Tables that allows me to view the
information. I'm not sure if you can modify though. I'd like to know
as well.

John

The docs say that database views that start with "Public" are intended
to be updateable from outside BCM.
 
S

sunorain

Could you describe shortly please - how to connect Access with BCM SQL tables?
All I could do is to click on "External data" tab and found there a set of
incomprehensible dialogs asking for data sources.
 
J

John

You will need to create an ODBC SQL Server connection to the SQL
instance with the BCM data. This is done very much the same way that
you would connect to any other database. Essentially, you go to
Control Panel, Administrative Tools, Data Sources (ODBC), then create
a new System DSN using SQL Server as the driver.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top