DataSource Help
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007
02:36 PM
05-14-2007
02:36 PM
DataSource Help
Hello Guys,
Would it be possible for you guys to have an illustrated example on how to use Data Source if my database is MS SQL Server 2005. Not a big urgency on this issue but it would be nice to know how to do it.
- Ali
Would it be possible for you guys to have an illustrated example on how to use Data Source if my database is MS SQL Server 2005. Not a big urgency on this issue but it would be nice to know how to do it.
- Ali
6 REPLIES 6
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2007
06:42 AM
05-15-2007
06:42 AM
Hi Ali!
I will look into it, make a tutorial and put it in the tutorials section.
Bare with me as this will take a day or two.
I will look into it, make a tutorial and put it in the tutorials section.
Bare with me as this will take a day or two.
Product Guy for Ready! API, SoapUI and all things API
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2007
03:39 PM
05-19-2007
03:39 PM
Hi Ali!
I've put up a tutorial showing how to connect to a MS SQL Server. Once you get the hang of it it's not that hard, but before you do it's pretty much impossible
It's that connection string that's the hard part, it's the same connection string that's used in java development, but it's not that well documented.
The tutorial is here:
http://www.eviware.com/content/view/70/48/
I've put up a tutorial showing how to connect to a MS SQL Server. Once you get the hang of it it's not that hard, but before you do it's pretty much impossible

It's that connection string that's the hard part, it's the same connection string that's used in java development, but it's not that well documented.
The tutorial is here:
http://www.eviware.com/content/view/70/48/
Product Guy for Ready! API, SoapUI and all things API
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007
01:10 PM
05-22-2007
01:10 PM
On the implementation page I've added a movie which shows hot to use the Value Transfer editor.
http://www.eviware.com/index.php?option=com_content&task=view&id=71&Itemid=48
http://www.eviware.com/index.php?option=com_content&task=view&id=71&Itemid=48
Product Guy for Ready! API, SoapUI and all things API
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007
03:19 PM
05-24-2007
03:19 PM
Hello,
I see that in the JDBC connection string for SQL Server 2005 you specify a 'port'. How can I determine this 'port'. I launched SQL Server 2005 Management Studio but did not see anything for 'port'
Thanks
Ali
I see that in the JDBC connection string for SQL Server 2005 you specify a 'port'. How can I determine this 'port'. I launched SQL Server 2005 Management Studio but did not see anything for 'port'
Thanks
Ali
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007
05:01 PM
05-24-2007
05:01 PM
hello,
I am having some trouble getting datasource to work. I am using the following configuration but I get zero results when I click 'Test' to execute my sql query.
datasource: JDBC
driver:com.microsoft.sqlserver.jdbc.SQLServerDriver
ConnectionString:
jdbc:sqlserver://;databaseName=;user=;password=;
SQL Query: Select * from
When I click 'Test' I see nothing in the log. Any idea whats going on ? If I have a bad SQL query, is soapUI supposed to show something in the log ?
I am having some trouble getting datasource to work. I am using the following configuration but I get zero results when I click 'Test' to execute my sql query.
datasource: JDBC
driver:com.microsoft.sqlserver.jdbc.SQLServerDriver
ConnectionString:
jdbc:sqlserver://
SQL Query: Select * from
When I click 'Test' I see nothing in the log. Any idea whats going on ? If I have a bad SQL query, is soapUI supposed to show something in the log ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007
05:23 PM
05-24-2007
05:23 PM
Actually it was my fault. I didnt know that that 'properties' value has to correspond to the column name in the database.
- Ali
- Ali
