Click here to Skip to main content
15,915,093 members
Home / Discussions / Database
   

Database

 
AnswerRe: Do SQL Server Views take Parameters??? Pin
rmhewa20-Dec-05 20:20
rmhewa20-Dec-05 20:20 
QuestionWIndows CE SQL Pin
SpeBeeTo19-Dec-05 4:25
SpeBeeTo19-Dec-05 4:25 
QuestionADO/ADOX Problem Pin
karnav zaveri19-Dec-05 0:33
karnav zaveri19-Dec-05 0:33 
QuestionCopy Table Problem Pin
tadhg8819-Dec-05 0:00
tadhg8819-Dec-05 0:00 
AnswerRe: Copy Table Problem Pin
albCode19-Dec-05 4:35
albCode19-Dec-05 4:35 
GeneralRe: Copy Table Problem Pin
tadhg8819-Dec-05 6:08
tadhg8819-Dec-05 6:08 
AnswerRe: Copy Table Problem Pin
Chris Meech19-Dec-05 9:04
Chris Meech19-Dec-05 9:04 
Questioninsert into mulitiple tables??? Pin
WetRivrRat18-Dec-05 9:31
WetRivrRat18-Dec-05 9:31 
Hey folks,
i've run into a sort of brick wall this weekend, and can't find much that will work....here's the issue.
i need to do an insert into 2 tables, for an invetory control app,
I know this query is wrong, its just a description of what i want to do...

Insert into PC (PC_Service, PC_Serial, mon.mon_name, PC_Model, PC_Name, PC_Loc, PC_IP) <br />
values(1, 'SerialNujmber','SerialNujmber', 'Model1', 'deviceName', 1, '192.168.0.1') <br />
select *<br />
from mon inner join pc<br />
	on pc.pc_id = mon.mon_to_pc <br />
where <br />
pc.pc_serial = '123456789'


or

"Insert into Mon ( Mon_loc, Mon_Serial, Mon_serial2, mon_service, mon_to_pc) <br />
values ('1', 'KR-032DVX-47602-19Q-ABKQ', 'kermit the frog', '1', (select PC_ID from PC where pc_serial = 'fasdf'))"


the first is the overall desire...the second is my last resort..

Any ideas will be helpful


thank!!!

string Beautiful;
Beautiful = "ignorant";
label1.Text = "The world is full of " + Beautiful +" people.";


Why is common sense such an un-common comodity?
AnswerRe: insert into mulitiple tables??? Pin
Luis Alonso Ramos18-Dec-05 10:42
Luis Alonso Ramos18-Dec-05 10:42 
AnswerRe: insert into mulitiple tables??? Pin
WetRivrRat18-Dec-05 13:23
WetRivrRat18-Dec-05 13:23 
GeneralRe: insert into mulitiple tables??? Pin
Luis Alonso Ramos18-Dec-05 16:19
Luis Alonso Ramos18-Dec-05 16:19 
QuestionNeed simple code Pin
gharry18-Dec-05 8:30
gharry18-Dec-05 8:30 
AnswerRe: Need simple code Pin
Luis Alonso Ramos18-Dec-05 10:46
Luis Alonso Ramos18-Dec-05 10:46 
GeneralRe: Need simple code Pin
gharry19-Dec-05 6:31
gharry19-Dec-05 6:31 
GeneralRe: Need simple code Pin
Luis Alonso Ramos19-Dec-05 6:44
Luis Alonso Ramos19-Dec-05 6:44 
GeneralRe: Need simple code Pin
gharry19-Dec-05 22:12
gharry19-Dec-05 22:12 
AnswerRe: Need simple code Pin
albCode19-Dec-05 4:20
albCode19-Dec-05 4:20 
GeneralRe: Need simple code Pin
gharry19-Dec-05 5:05
gharry19-Dec-05 5:05 
GeneralRe: Need simple code Pin
albCode19-Dec-05 5:12
albCode19-Dec-05 5:12 
GeneralRe: Need simple code Pin
Luis Alonso Ramos19-Dec-05 6:39
Luis Alonso Ramos19-Dec-05 6:39 
QuestionWhy is code not working Pin
gharry17-Dec-05 10:11
gharry17-Dec-05 10:11 
AnswerRe: Why is code not working Pin
Andrew Bleakley17-Dec-05 12:53
Andrew Bleakley17-Dec-05 12:53 
AnswerRe: Why is code not working Pin
Colin Angus Mackay17-Dec-05 14:26
Colin Angus Mackay17-Dec-05 14:26 
QuestionNetwork card Mac address Pin
GregRH16-Dec-05 12:26
GregRH16-Dec-05 12:26 
AnswerRe: Network card Mac address Pin
Colin Angus Mackay16-Dec-05 12:40
Colin Angus Mackay16-Dec-05 12:40 

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.