Originally posted by Visual Basic
this is a my first thread with you and i have some questions.
Q1:
how to split the film
Q2:
how to link vb with SQL Database

and thank's
A1: What?

A2: There are several ways. What do you want to link? A textbox, a datagrid? If so, you can add a datacontrol to a form, set it's connection string to the database and set the data sorce of the control (textbox, datagrid) to the datacontrol.

You can also create recordsets with DAO or ADO very easily.

There are a ton of examples in the msdn library