in reply to Re: Re: Re: Add Text record to access table?
in thread Add Text record to access table?

The arguments to connect are DB specific parameters such as the type of db, the name of the db, and username/password info.
DBI and the DBD::xxx documentation (where xxx is the name of your database, i.e. DBD::Oracle) will give you more information on the parameters needed for your particular db.

-pete
Entropy is not what is used to be.
  • Comment on Re: Re: Re: Re: Add Text record to access table?