Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Wendelius30-Jan-09 7:40
mentorWendelius30-Jan-09 7:40 
AnswerRe: saving/recalling image to/from sql server 2005 using asp.net Pin
Giorgi Dalakishvili29-Jan-09 18:51
mentorGiorgi Dalakishvili29-Jan-09 18:51 
GeneralRe: saving/recalling image to/from sql server 2005 using asp.net Pin
roachae30-Jan-09 6:23
roachae30-Jan-09 6:23 
QuestionHow would you store the ID of a product? (a little bit long question) Pin
Joan M29-Jan-09 8:13
professionalJoan M29-Jan-09 8:13 
AnswerRe: How would you store the ID of a product? (a little bit long question) Pin
Wendelius29-Jan-09 8:56
mentorWendelius29-Jan-09 8:56 
GeneralRe: How would you store the ID of a product? (a little bit long question) Pin
Joan M29-Jan-09 21:26
professionalJoan M29-Jan-09 21:26 
GeneralRe: How would you store the ID of a product? (a little bit long question) Pin
Wendelius30-Jan-09 8:31
mentorWendelius30-Jan-09 8:31 
AnswerRe: How would you store the ID of a product? (a little bit long question) Pin
leckey29-Jan-09 9:31
leckey29-Jan-09 9:31 
We work with multiple parties and interface with a 3rd party software. Our system is a kind of mirror to the 3rd party system.

For products, it uses a composite key of three fields, the SKU, owner, and another field that we're not actually using right now. You could use the 3rd as your own user defined field. That way if you do have two customers who both use 'ABCD' as a SKU, you look at the composite key. No duplicates that way.

For our system we first differentiate if it's a web item or through an EDI transaction. Start our ID with W or E. Next, if it's inbound or outbound, IB/OB, then the order's true auto-incrmented number padded to 8 digits. So we might have something like EIB00000425. This helps us keep track of what kind of transactions are happening even though they might be stored in the same place.

Hope that helps!

Back in the blog beatch!
http://CraptasticNation.blogspot.com/[^]

QuestionAccessing SQL 2005 table through C# Pin
Deepali Khalkar29-Jan-09 2:32
Deepali Khalkar29-Jan-09 2:32 
AnswerRe: Accessing SQL 2005 table through C# Pin
Wendelius29-Jan-09 3:41
mentorWendelius29-Jan-09 3:41 
Questionhow can I get maximum values from set of alphanemeric field [modified] Pin
snehasish29-Jan-09 1:34
snehasish29-Jan-09 1:34 
AnswerRe: how can I get maximum values from set of alphanemeric field Pin
Wendelius29-Jan-09 3:34
mentorWendelius29-Jan-09 3:34 
QuestionTable which will become blank after a certain period. Pin
RajpootRohan29-Jan-09 0:02
professionalRajpootRohan29-Jan-09 0:02 
AnswerRe: Table which will become blank after a certain period. Pin
J4amieC29-Jan-09 0:10
J4amieC29-Jan-09 0:10 
GeneralRe: Table which will become blank after a certain period. Pin
RajpootRohan29-Jan-09 0:28
professionalRajpootRohan29-Jan-09 0:28 
GeneralRe: Table which will become blank after a certain period. Pin
Senthil_M29-Jan-09 19:14
Senthil_M29-Jan-09 19:14 
GeneralRe: Table which will become blank after a certain period. Pin
ashok_rgm30-Jan-09 19:18
ashok_rgm30-Jan-09 19:18 
QuestionMS Access Database Pin
solomondevapaul12328-Jan-09 23:51
solomondevapaul12328-Jan-09 23:51 
AnswerRe: MS Access Database Pin
Wendelius29-Jan-09 4:00
mentorWendelius29-Jan-09 4:00 
GeneralRe: MS Access Database Pin
solomondevapaul12329-Jan-09 19:43
solomondevapaul12329-Jan-09 19:43 
GeneralRe: MS Access Database Pin
Wendelius30-Jan-09 6:39
mentorWendelius30-Jan-09 6:39 
AnswerCross-Post Pin
David Mujica29-Jan-09 4:40
David Mujica29-Jan-09 4:40 
QuestionHow to create DFD Pin
Member 467943628-Jan-09 23:10
Member 467943628-Jan-09 23:10 
AnswerRe: How to create DFD Pin
Wendelius29-Jan-09 4:03
mentorWendelius29-Jan-09 4:03 
GeneralRe: How to create DFD Pin
Member 467943629-Jan-09 20:23
Member 467943629-Jan-09 20:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.