PDA

View Full Version : Visual Basics anyone ?



landy
27-10-2003, 11:37 PM
Sorry to post another thread with nothing to do about VR4's, but...
does anyone have much knowledge in Visual Basics?

I'm doing a customer database for work. It looks great and most of it works, but the bits that don't work are bugging me INSERT INTO post VALUES (mainly the search and save files options)

Any ideas ??


:Ponder:

Nik77
30-10-2003, 06:22 PM
Landy, Are you using .asp scripts to connect to the database via a web page?

i have good knowledge of VB Scripts using .asp connecting to a SQL server.

let me know if I can help?

landy
01-11-2003, 10:47 PM
Thanks Nik77,

I'm a complete novice to this, but I'm using Visual Basics 5 and Microsoft Access for the database records. All the codes I'm using I've read about, or found in samples and altered for my own use INSERT INTO post VALUES (with a lot of trial and error :rolleyes: )

The main reason to create a database was to find existing and previous orders for customers easily using a simple search engine, instead of flicking through various order books.

If you could help in any way I'd be very grateful

:D

Nik77
04-11-2003, 03:28 PM
landy,

What are the bugs :arse: ? Have you managed to connect to the database and input in new rows?

You need to make sure your ODBC settings are set and consistent.

As to a seach script.

Select * from 'your table' where 'field column' equals "Search Sting Variable"

If you no what i mean?! :lolz: