Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~361 People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
If you are asking for SQL code: [ICODE]ALTER TABLE dbo.PASSWD ADD CONSTRAINT FK_USER_PASSWD FOREIGN KEY ( USERID ) REFERENCES dbo.USER ( UID ) ON UPDATE NO ACTION ON DELETE NO ACTION[/ICODE]
Try to add Reference to project You have to use System.DataOdbc.OdbcConnection see [URL="http://www.carlprothman.net/Default.aspx?tabid=86#ODBCManagedProvider"]http://www.carlprothman.net/Default.aspx?tabid=86#ODBCManagedProvider[/URL]
Did you try ? [CODE] if (txtBxPlate.Text.CompareTo(strArray[0]) == 0) MessageBox.Show("SAME!"); [/CODE]
The End.
maciek