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...
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...
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.