Hello
I would like to connect to the database through an SQL query.
I have written the JSL script
dt = Open Database (
"DRIVER = {SQL Server};
SERVER = HAISQLC162\HAISQLC162,3187
UID = hw_tests_viewer
PWD = ********
DATABASE = HW_Chip_Tests;"
,
"SELECT *
FROM [HW_Chip_Tests].[viewer].[chip_tests_row_data_3m_v]
where VID = 'S232NNC300578' "
);
but received error note: Data source name not found and no default driver specified
what I did wrong?
Dennisbur_0-1711971995870.png