Understood on the Config file - I can connect - however I get different results when using the date/time fields depending on the combination of driver I use - so I get date errors using one driver and connection issues using the other
on my DEV pc -
Trusted Authority to the SQL DB = Yes
Plex Config File: Specifes a udl file
the udl file Uses the SQL Native driver and specifies Integrated Security
in this setup I can read and write/update records with DateISO/Time ISO values
If I switch the udl file to use the OLE DB provider - the data will read & update but I get Errors
'plex999 - Specified cast not valid and 'No Data Exists for the row column
the ONLY thing changed here was the provider in the UDL file
If I switch this to the SQLCLIENT in the PLEX config file - the plex connects using the usr/pwd in the config file - but will not connect using my user/pwd that I use on my PC as it is a Domain/User accoun
if I take this same code to our shared DEV environment - that we do NOT have integrated security to we need to specify a Specific user to connect to the SQL Database - I cannot use the udl file as we cannot save the Password
if I switch to SQLCLIENT in the Plex config file - I can get the client to connect and display the data rows - including Date/Times - however - I get data conversion error when Updating the rows - Even though I have checked the values of the dates immediately prior to update and they are valid (and they update correctly in scenario 1 above)
just trying to determine the best combination (or restrictions that exist) when using which driver as pertaining to the date/time operations