I need to write VB 6.0 program to find out who creates particular file. B-) How can I do that? Is there some attributes, functions I can use?
Tnanx in advance.
[thumbsup]
Here is the problem. We are using Laptop-Dial-Up-RAS Server-IIS(xml)-SQL Server communication to pass data back and forward. It works but works extremly slow. Using Laptop - IIS (xml)-SQL Server works perfectly. Investigation showed that passing data through modem happens quicky enough. At the...
Here is the problem. We are using Laptop-Dial-Up-RAS Server-IIS(xml)-SQL Server communication to pass data back and forward. It works but works extremly slow. Using Laptop - IIS (xml)-SQL Server works perfectly. Investigation showed that passing data through modem happens quicky enough. At the...
I know it will sound a little bit strange or even vierd [sadeyes] but I need to know. Does somebody know is it possible to run msxml installer from VB application? I tried Shell functon but looks like it does not work with msi file ... May be there is some other way or API finction ...
[thumbsup]
Hi,
I'm VB programmer with some VB - SQL server experience who has to start to do DBA job [sadeyes]. I've never done it before and do ot have time to attend some school/courses. So, question is what I can do to Database prove performance. I know I can clean Database but I do not know how. Can...
My question could be not that smart. I need to pass data from SQL Server to Ecel. Is there way to pass data from SQL Server to Excel without using programming languages just using T-SQL?
Personaly I hate Excel. But my boss like it. So B-(... Here it is the problem. For some reason, I cannot open .xls file generated by my application till application running. Let me explain. I run the Application, it generates .xls file. So far so good. Now I want to open .xls file from Explorer...
Question is about ListBox selected item. I am using ListBox with Check Boxes. Clicking/selecting CheckBox causes highlihting of Item, which is good. However, for some reason(s), Item remains highlighted even if CheckBox is unselected. Moreover, clicking Item itself cause the same effect like...
I am not DBA Person [sadeyes] but need to do that :-(. How can I Copy/Move data from table in Production Data base to the same table in Test Database? Is there some tool/option in SQL Server 2000. Need help ASAP. Any help will be highly appritiated.
Inserting one ColumnHeader/column to ListView causes actually inserting two columns. Second one is absolutely useless. Does somebody know how avoid it or how make second column invisible? Any help will be appreciated. Thanks.
I need to print multiple rtf/rpt files during one printing job. Actually, it does not matter which file rpt/rtf will be appended. I need run one print job. I know that there is no way to append/merge "lovely" Crystal Reports rpt files (got message from Seagate People). So my question...
Does anyone know of a way to export multiple
crystal reports into a single rtf file from Visual Basic application? I know how to export single report to single rtf. I also know how to export multiple reports to single file manualy. I need to do it from VB using osx or dll.
Does anyone know of a way to export multiple
crystal reports into a single rtf file from Visual Basic application? I know how to export single report to single rtf. I also know how to export multiple reports to single file manualy. I need to do it from VB using osx or dll .
I neded to fax Crystal Report using VB code. Is there way to do that using crystal ocx?
I've aready posted the same message at CrystalDecision board but gurus from that board keep silient ...[shadessad]
Thanks for any help
Here is my another problem.
I need to check Database for multiple records. To do that
I created code like that
With cmdReport
.ActiveConnection = cnReport
.CommandType = adCmdStoredProc
.CommandText = strSP_name
If Mid(strSP_name, 16, 2) =...
I'm relatevly new in SQL Server and may be my question is too simple for some of you. I need to retrieve data from database using sql like that
'SELECT SomeData FROM SomeTables WHERE ClienID = 12 OR ClienID = 45 OR ClienID = 23 OR ... ORDER BY ClientID'. I know how do that using ADO, recordset...
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.