Jump to content

DKiehl

Members
  • Posts

    2
  • Joined

  • Last visited

DKiehl's Achievements

Seeker

Seeker (1/7)

1

Reputation

  1. Try changing $got = _FTP_DirGetCurrent($Sesson) to $got = _FTP_DirGetCurrent($handle) dk
  2. Not an expert here but I think that this: $sqlRS.Execute("CREATE VIEW Misc1 AS SELECT * FROM ImageSpecs") should be run against the connection and not the recordset: $sqlCon.Execute("CREATE VIEW Misc1 AS SELECT * FROM ImageSpecs") Thats how I do it in VB..
×
×
  • Create New...