Re: Newbie need little help with VS2005 + Connector NET + VS plugin
Posted by: Radoslaw Caplap
Date: December 18, 2006 02:47AM

Table was created:

CREATE TABLE `KONTRAHENT` (
`ID_KONTRAHENTA` BIGINT NOT NULL DEFAULT '0',
`LOGIN` VARCHAR( 20 ) NOT NULL DEFAULT 'LOGIN',
`PASS` VARCHAR( 20 ) NOT NULL DEFAULT 'PASS',
PRIMARY KEY ( `ID_KONTRAHENTA` )
) ENGINE = MYISAM ;

Options: ReplyQuote


Subject
Written By
Posted
Re: Newbie need little help with VS2005 + Connector NET + VS plugin
December 18, 2006 02:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.