hello,
if i want to connect for example to an access database
i do it simple like this:
exec SQL
connect to "jdbcdbcriver={Microsoft Access Driver (*.mdb)};
DBQ=C:\Stage.mdb"
DRIVER "sun.jdbc.odbc.JdbcOdbcDriver"
end-exec
exec SQL
set transaction read only
end-exec.
But how can i connect a SQL server database db.mdf?
I am searching for 4 hours..
Please help me
if i want to connect for example to an access database
i do it simple like this:
exec SQL
connect to "jdbcdbcriver={Microsoft Access Driver (*.mdb)};
DBQ=C:\Stage.mdb"
DRIVER "sun.jdbc.odbc.JdbcOdbcDriver"
end-exec
exec SQL
set transaction read only
end-exec.
But how can i connect a SQL server database db.mdf?
I am searching for 4 hours..
Please help me