.Net strings conections


/ Published in: VB.NET
Save to your folder(s)

Cadenas de conexión a base de datos


Copy this code and paste it in your HTML
  1. 'Odbc String to .txt and *.csv
  2. ConnectionMDB = New OdbcConnection(String.Format("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq={0};Extended Properties=""Text;HDR={1};FMT=Delimited""", DirectoryName, hdr))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.