Showing tag results for databases

Jun 8, 2006
Post comments count0
Post likes count0

How Can I List All the Tables in an Access Database?

ScriptingGuy1

Hey, Scripting Guy! How can I list all the tables in an Access database?-- KW Hey, KW. You know, the best part about writing a daily column on system administration scripting is that people only see the finished result; they never see all the detours, dead-ends, and other frustrations we go through in order to produce that column. For example, p...

Scripting Guy!VBScriptOffice
May 4, 2006
Post comments count0
Post likes count0

How Can I Query a Text File and Retrieve Records That Occurred on a Specific Date?

ScriptingGuy1

Hey, Scripting Guy! We have tons of text files in which each line in the file represents a record or an event of some kind. How can I use a script to retrieve records or events that occurred on a specified date?-- TW Hey, TW. You know, in your email you sort of apologized for using text files, noting that “I know, I know, we should probably use ...

Scripting Guy!scripting techniquesVBScript
Apr 11, 2006
Post comments count0
Post likes count0

How Can I Save a Disconnected Recordset?

ScriptingGuy1

  Hey, Scripting Guy! How can I save a disconnected recordset?-- RW Hey, RW. You know, the Scripting Guys believe in keeping things as simple as possible. For example, when one of the Scripting Guys had to buy a new tie several years ago, he simply asked his dad to tie it for him; on the rare occasions when this Scripting Guy has to wear a t...

Scripting Guy!VBScriptdatabases
Apr 6, 2006
Post comments count0
Post likes count0

How Can I Locate and Replace Information for a Specific Item in a Spreadsheet?

ScriptingGuy1

Hey, Scripting Guy! In an Excel spreadsheet, how can I locate and replace information for a specific computer?-- BB Hey, BB. You know, there’s an old saying that goes, “If all you have is a hammer then everything looks like a nail.” Well, all we Scripting Guys have at the moment is some code for modifying a record in a database. So guess what: t...

Scripting Guy!VBScriptOffice
Nov 15, 2005
Post comments count0
Post likes count0

How Can I Use ADO to Read a Text File Where All the Data is on a Single Line?

ScriptingGuy1

Hey, Scripting Guy! I have a fixed-width text file which includes first name (6 characters), last name (13 characters), and department (9 characters) all on a single line. How do I read that using ADO?-- DW Hey, DW. Well, to be perfectly honest, we don’t think you can read a file like this using ADO (ActiveX Data Objects). ADO is a fantastic way...

Scripting Guy!scripting techniquesVBScript