Executing arbitrary SQL against a DB connection

I need to do a bulk INSERT statement in a database.

How do I just run an INSERT statement given a particular connection?

Like connection.execute(“blah…”)

Thanks,
Wes

Wes G. wrote:

I need to do a bulk INSERT statement in a database.

How do I just run an INSERT statement given a particular connection?

Like connection.execute(“blah…”)

Thanks,
Wes

Sorry all - I see the execute method now - 'doh!