I want to collect the addresses of my users so that I can plot them on a Google Map. I know I need to store the lat/开发者_JAVA技巧long values of their address, which I can get from Google Map API.
I have several customers, each running a customized v开发者_JS百科ersion of my ISQL (SE) desktop app.I would like to replace their desktop app with thin client WinTerm\'s, connecting to the cloud (My
When building a category navigation system for a business directory with a many to many relationship, I understand that it is good practise to create a mapping table.
I have a table like this: Device DeviceIdParts 1Part1, Part2, Part3 2Part2, Part3, Part4 3Part1 I would like to create a table \'Parts\', export data from Parts column to the new table. I will dr
I have a database schema to log operations users perform in my webapp: Log --- Id Log_Type_Id Performed_by_Person_Id
As it currently stands, this q开发者_开发百科uestion is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
As a database developers, what is the best way to investigate new raw data for database when you have to model this data into an开发者_如何学编程 existing database? I mean a situation where you get ra
i开发者_运维百科f i have this table: users ----- id_users (pk) age name gender salary it is needed for each of these values an option to set visible or not in user profile.
I have a common table to store Comments on my system like this: id<- PK Text <- user content userId
I need some help to structure some tables that will help me out having a good personalized way to have different access name per client with personalized allowed commands in each acess level.