I currently can connect to the SQL Server database using DBI and DBD:ODBC. It requires an id/password(the one Im using has only read access). The security group has created a group(Im in the group) and granting access to the group to access the database(using trusted connection).
Can I use DBI and DBD:ODBC to connect using a trusted connection? Whats the syntax or line(s) of code I need ot use? Any help would be greatly appreciated.