hi all, I have been advised by a vb.net coder that i have to use a where clause???
So I have no idea how it works and how to implement it.
Basically my table looks like this:
Venue_id [int 4 <pk that increments by 1>]
Venue_Name [char 30]
Venue_Address [nvarchar 50]
Venue_City [char 50]
Venue_State [char 50]
Venue_Zip_Code[int 4]
Venue_Capacity[numeric p]
Venue_Rent[nvarchar 8]
Venue_Contact_Person[char 50]
Venue_Contact_No[numeric 9]
Venue_Email[nvarchar 50<can contain null>]
But first I would like to check if the structure is okay.
So I need to query'using where' the venue_name and the rent.
I can use a parameter for the venue_name has been inserted from my vb code and then only display the venue_rent.

New Topic/Question
Reply



MultiQuote



|