14.09.2010, 01:25
Quote:
I don't understand what you're trying to do. If you're trying to ensure certain values aren't the same, then use the select w/ the where conditionals in your query.
|
That code I posted up there (CreateBusiness function), will add a business to the database even if it already exists.
Say I did this:
pawn Код:
CreateBusiness("A Test"....);
CreateBusiness("AnotherTest"...);
EDIT:
Never mind...its all good. I figured it out.