Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Express Edition and Compact Edition (2005)
 Structure table

Author  Topic 

programer
Posting Yak Master

221 Posts

Posted - 2010-09-21 : 03:46:11
I wonder how the structure of the table suggest:

that data on IP, MAC, etc. stored in a separate table?

I have tbl_Payment and tbl_Details.
Users want to avoid fraud.

Whether the data stored in a separate table, or together?

I want to work like this:
Users paid the money in his account.
When you pay up to a maximum of 2x paid to the same IP.

If paid in the third he appears, CashOut blocked.

So I am interested in, or save the data in another table?

What do you suggest?

programer
Posting Yak Master

221 Posts

Posted - 2010-09-21 : 07:00:24
Example:

I have two users (programercek) and programercek2

If the user programercek paid and the payment was successfully completed, an IP is stored.

If the user programercek2 paid the same IP address, the system automatically locks the withdraw.

Therefore, the IPs are also stored somewhere.

Please for the proposal.


Go to Top of Page
   

- Advertisement -