Jump to content

Desktop Application


e1seix

Recommended Posts

Hi all,

 

Was wondering if anyone knew of some sort of program that would allow you to edit table entries easier than having to go into each individual row.

 

In my database I have over 6000 different products etc. As my products have been inserted from 8 different sources, they need to be edited and given relevant properties.

 

Any ideas?

Link to comment
Share on other sites

You talk about giving them relevant "properties". What do you mean by this? It would seem that you should probably be doing mass operations use SQL (for which you don't even need a GUI). You can import the information into a temporary table (or a table you have created for temporary operations), perform your changes using SQL and then push the altered import into your real table.

 

What is it you've changing or giving properties? If each "product" is individual it's hard not to edit each one separately (unless you have rules to differentiate). Let us know what SQL you are doing, what information you are importing, what your SQL tables look like, and what output you expect and we'll get right on it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.