-2

Is it possible to make, Google Spread Sheet as a database, replacement to oracle/mySql/Sql ?

Like we can directly connect the spread sheet and make multiple sub sheets as tables and sheet as the DB-Name, do any one know some thing about this?

Archit
  • 1
  • 1

1 Answers1

-1

You can't use it as a replacement to Oracle/MySQL/SQL. It is possible to store data but will slow down the app. Using a Database like Oracle/MySQL/SQL is better. MySQL is always free. Try that.

Can I make Google Drive Spreadsheets act like a MySQL database?

Community
  • 1
  • 1
tymspy
  • 4,200
  • 2
  • 20
  • 35
  • But for apps, like basic catalogs system, where just CMS is connected and we can get that data into mobile app just for display of data. That can actually minimize the cost of server. But the main point is it technically feasible ? – Archit May 02 '14 at 09:13
  • Yup. I see. http://stackoverflow.com/questions/15985837/can-i-make-google-drive-spreadsheets-act-like-a-mysql-database this link has the answer for that – tymspy May 02 '14 at 11:01