It's got to be the full jdbc connection string. The format depends on your database and your jdbc driver. If you don't know what it is, your jdbc driver documentation should be able to tell you.
-Mike On 23 Jan 2003 at 16:59, [EMAIL PROTECTED] wrote: > How can one enter a jdbc url in JMeter 1.8 > > I have the ip adress where the database is; I have the port number; I have > the name of the database. > > How do I stick all these variables together to get the database URl so it > works. Am i missing anything. Do you have to state protocol?? > > IPAddress:portnumber/Database > ie 132.157.33.9:1456/Derrick > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

