java - do I have odbc/jdbc and their drivers installed and configured by default? -


i have got confused odbc/jdbc concepts,i know mean , how work,but have questions,it kind of me answers. have used sql server db never installed , configured odbc or driver,what this?do have them installed , configured default? necessary have odbc/jdbc , drivers installed , configured ? why should java have jdbc?why can't use odbc other programming languages? can use example c# , jdbc?

i have used sql server db never installed , configured odbc or driver,what this?

i thought said knew odbc was? kind of sounds not not sure?

an odbc driver open database driver connection generic way connect databases. might work basic functionality it's typically best more specific driver type database you're using.

do have them installed , configured default?

you have odbc drivers default (i'm not sure system you're on or how set up) connections not configured. can configure them environment variables in windows (if that's you're using) or within application needed.

is necessary have odbc/jdbc , drivers installed , configured ?

no. if want use odbc/jdbc connection.

why should java have jdbc?

it's standard api java. sorry don't know else that.

why can't use odbc other programming languages?

because standard database api programmed java jdbc.

can use example c# , jdbc?

yes trying connect sql server? i'd use sqlclient (system.data.sqlclient).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -