Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AEtherson
  • Content: Threads
  • Order by date
  1. AEtherson

    Multiple Foreign Keys

    I'm a newbie to SQL Server. I'm trying to create a database where multiple fields in a table can point to one field in a second table. I create a foreign key from Field1 in Table1 to Field1 in Table2. I then try to create a Foreign Key from Field2 in Table1 to Field1 in Table2. It won't let me...
  2. AEtherson

    2 GB Limit

    Hi All, Just a quick question. I have a data file that is over 2GB and I need a file size reading. below is my current code Meth1 unsigned long GetFileLength ( FILE * fileName) { unsigned long pos = ftell(fileName); unsigned long len = 0; fseek ( fileName, 0L, SEEK_END...
  3. AEtherson

    vbSendMail Errors

    We are utilizing the above code to automate the sending of processing emails to our exchange server. However, it is very intermittent sending say 3, then stalling on the fourth with a SMTP timeout error. Anyone had this problem and if so managed to get around it?? Thanks in advance. AL
  4. AEtherson

    Fix Length Data File

    HI All I am trying to ouput a fix length data file from VB.NET and I am having trouble do it. as it keeps on adding a byte at the beginning of the data with the length of the outputed string
  5. AEtherson

    Fix Length Data File

    HI All
  6. AEtherson

    Can I avoid embedding fonts in Postscript ?

    Hi, I'm a beginner with Postscript and maybe this question has been asked before. I have a file containing several Postscript documents. At the start of each file there are several embedded fonts (Type 42). Because of this, the file is quite large. Is there any way in which I can define the...

Part and Inventory Search

Back
Top