Contact Us
About Us
News
Home
Main Menu
Home
Eviware Store
Downloads
Products
News
Forum
Eviware Blog
Search
FAQs
Customer Area
Support
Documentation
Tutorials
CookBook
Downloads
Forum
Login Form
Welcome,
Guest
. Please
login
or
register
.
November 22, 2008, 10:56:00 am
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forgot your password?
DataSink - Inserting to external DB -- how to ??
Welcome,
Guest
. Please
login
or
register
.
November 22, 2008, 10:56:00 am
News:
The Forums are up! Welcome to eviware.
Eviware Forum
soapUI
soapUI
DataSink - Inserting to external DB -- how to ??
« previous
next »
Pages:
[
1
]
Author
Topic: DataSink - Inserting to external DB -- how to ?? (Read 308 times)
ramesh nallavolu
Newbie
Posts: 30
DataSink - Inserting to external DB -- how to ??
«
on:
March 19, 2008, 09:26:48 pm »
Hi
I am trying to write to Databse ( sql Servicer 2005 )
Datasink has two properties apcode, apcity.
I want to write these two properties into Database table ( apupdate)... how do I do ?
I wrote like this: insert into apupdate values(apcode = ?, apcity = ?)
which did not work... could please help me.... again... this is also for Demo I am presenting...
Logged
omatzura
Administrator
Hero Member
Posts: 1,425
Re: DataSink - Inserting to external DB -- how to ??
«
Reply #1 on:
March 19, 2008, 10:41:43 pm »
Hi!
what error did you get with this? You probably need to surround the question-marks with single quotes, ie
insert into apupdate values(apcode = '?', apcity = '?')
Maybe that helps!?
regards,
/Ole
eviware.com
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> eviware general
-----------------------------
soapUI
-----------------------------
=> soapUI
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.2
|
SMF © 2006-2007, Simple Machines LLC
Loading...