Recent content by jstuardo

  1. J

    Which is the query separator in SQL?

    Banana, thanks for answering. In fact, I'm using Microsoft.Jet.OLEDB.4.0 provider in connection string. Is there another provider that allows multiple statement to be executed at a time? Cheers Jaime
  2. J

    Which is the query separator in SQL?

    Hello... I want to create MS Access 2003 tables programmatically using ADO.NET. If I have: create table ADMINISTRADOR ( AdmId AUTOINCREMENT not null, RolId INTEGER not null, AdmNombres TEXT(100) not null, AdmApellidos TEXT(100) not null, AdmTelefono TEXT(30), AdmLogin TEXT(20) not null...
Back
Top Bottom