Question : content.EI5

content.EI5 is on my computer. it is in a, my documents, subfolder. I downloaded a file that was intended for me to digest. The contentEI5 file was the default destination. I tried to brouse for an alternate and it was not allowed. Now, I have a dozen, or so, files in there and I can't see the file. It is, somehow, hidden. When I search for it, it is not found. How can I see it and move the files to another follder? I went into Tools and chose, "show hidden files". That didn't help either. I'm worried, also. Why did the sender force the files to that folder?

Answer : content.EI5

1:
2:
3:
4:
5:
6:
7:
8:
9:
SELECT table_name=sysobjects.name,
column_name=syscolumns.name,
datatype=systypes.name,
length=syscolumns.length
FROM sysobjects 
JOIN syscolumns ON sysobjects.id = syscolumns.id
JOIN systypes ON syscolumns.xtype=systypes.xtype
WHERE sysobjects.xtype='U'
ORDER BY sysobjects.name,syscolumns.colid
Random Solutions  
 
programming4us programming4us