How to connect to database in java without jdbc and other framworks? -


is there other way connect database else making jdbc connection or using framworks internally uses jdbc.

sure, it's possible. not likely.

you'd have understand protocol database vendor expected completely.

you'd have write own client converse vendor's listener on server side.

it can done, doubt or it.

the big question is: why?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -