all groups > sql server programming > june 2004 >
You're in the

sql server programming

group:

New Project


New Project Jeff Thur
6/9/2004 11:21:02 PM
sql server programming:
I am new to SQL and Visual Basic. I have been given the following project
Convert a flat file to comma delimted and import into SQL Database format
Users need to lookup records on the table by name or zipcode
The name and zipcode will change constantly. The end user will not write SQL queries each time they want to do a lookup
There will be only one table in this project
Can a data entry screen be created so that the user can input the name or zipcode each time they want to do a lookup
I am new to VB and SQL. It appears to me that you can't have a variable in a query
Can this be done with VB 6.0
Can this be done with English Query
Thanks in advance for any help that you can provide.
Re: New Project Roji. P. Thomas
6/10/2004 12:34:43 PM
[quoted text, click to view]
look for bcp/BULK INSERT in books online.

[quoted text, click to view]
Its possible. like
SELECT name FROM yourtable where SSN = yourvariable

[quoted text, click to view]
Yes.




--
Roji. P. Thomas
SQL Server Programmer
[quoted text, click to view]

AddThis Social Bookmark Button