Aller au contenu principal

Recherche

Recherche

Changing Sql Statement

Commentaires

2 commentaires

  • Avatar
    Shotaro Ito
    Hi SarahL,
    Try this way..
    [code]
    Seagull.BarTender.Print.Database.OLEDB btdb = new Seagull.BarTender.Print.Database.OLEDB(btFormat.DatabaseConnections[0].Name);
    btdb.SQLStatement = "SELECT `Model`, `Year` FROM `Sheet1$`";
    btFormat.DatabaseConnections.SetDatabaseConnection(btdb);
    [/code]
    0
  • Avatar
    Legacy Poster
    Thank you
    0

Vous devez vous connecter pour laisser un commentaire.