M
menidavid
Hi!!!
i need to show report from database (I use MicrosortReportViewer) by
insert a date to textBox and press on Query
How can i use the date from the textBox in the query
i try
SELECT מזהה, id, last_name, first_name, num_car, insurance_type,
insurance_company, end_insurance, num_file, phone, mobile, address,
city,
reference_company, reference_type
FROM phon
WHERE (end_insurance = textBox1.Text)
it's not good
i need to show report from database (I use MicrosortReportViewer) by
insert a date to textBox and press on Query
How can i use the date from the textBox in the query
i try
SELECT מזהה, id, last_name, first_name, num_car, insurance_type,
insurance_company, end_insurance, num_file, phone, mobile, address,
city,
reference_company, reference_type
FROM phon
WHERE (end_insurance = textBox1.Text)
it's not good