when using a specific database such as sql server,do we have to install and configure odbc? -


when using specific database such sql server,do have install , configure odbc?

and other question why cant thrift/avro/rest/protobuf used rdbms,they services,why used nosql dbs? reading professional nosql book,and there list of different nosql db access methods,and listed nosql db access methods,but when googled them saw services serializing datas , on(each of them sth).

thanks in advance.

these multiple questions here.

(1) no, sql server accessed best via sql native client, ado/mdac/ole-db. performance-wise odbc not recommended @ all, although still may viable option in cases.

(2) thrift rpc-mechanism, has nothing db in general. different aspect. however, thrift can of course used, , in fact used nosql database apache cassandra

i'd recommend first find out kind of db suitable use case: may typical sql database, or may classical isam or cassandra, couchdb or mongodb. once know that, you'll surely find out how conect db of choice - or ask question :-).


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 -