Use of SQL Database without external programs

Asked

Viewed 38 times

0

There is some way to make an application, install a database on a person’s computer, and on that computer use a database without using SQL server or anything like that, only the application is needed to update, delete and insert new data ?

  • The database is the "application" (data gang manager) as a whole, which has all the structure to manipulate the files of that specific technology. If you are going to use an SQL Server database, you therefore need to use SQL Server. There are other types of BD, for example Sqlite, which is just a file, so each application you use, should or should not have the possibility to manipulate it, e.g.: PHP, Android, Java, etc... Roughly that’s it.

  • Yes, create your own SQL database (scripts, API, structure, ...). In practice, if you can do it, it’s probably not going to be fast or safe, so use one that already exists. I’m not saying that I’m not capable, just that it’s something very difficult, and the known databases that exist, have a large and highly skilled team, that is, it’s not something simple

  • Also: https://answall.com/a/100490/101

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.