Jump to content

Inserting data tables with varying numbers of rows and columns into a table


cujo

Recommended Posts

Hi,

 

I'm looking for a way to organize some data. There will be a fairly large number of data tables to be inserted into the database. Unfortunately, the number of rows and columns for these data tables will not be constant. I want to assign a unique id to each cell and store the data for that cell (maybe two separate tables for the id and the data?). I want to know if it's possible to insert tables of this sort into a MySQL table. The only thing I can think of is creating a very large table (the max amount of rows and columns I could expect). However I imagine this would be messy and inefficient. Or is it possible to create a new table in the db for each data table? This would be messy but more efficient. Is there a better way of doing this?

 

Thanks in advance  :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.