Hi
I hope some one can help me with this small piece of code.
I have a button on a ASP page and when the user click the button the code have to open another page. However, nothing happens when I click on the button.
I have tested the hyperlink by creating a ordinary hyperlink to the page at...
Do someone know how I test what SQL server I am connected to in vd.net? I am working on both a production server and a development server and the code will be slightly different depending on what SQL server the vb.net code is linked to. So I would like to be able to test the SQL server name or...
I keep getting the error: “Execution was cancelled by user” when running my DTS package from VBA or VB. This has only been a problem on my PC and not on the person who use the application for import of data. Now she has got her PC upgraded and now she has the problem as well.
The DTS package...
The import module to my SQL-server based database is developed as a DTS package and it is called from the ACCESS front-end with the following code:
(my test in VB)
Private Sub Command1_Click()
Dim dtsChdPkg As DTS.Package2
'initialise child package
Set dtsChdPkg = New Package2...
I am creating a database for scientist from a number of countries. They have asked for web access with pivottables to the database.
So fare I have created a data warehouse with cubes in SQL server analysis services 2000 and now I have tried to create a pivottable. I have just taken the web...
Hi Out There
I have tried to call a dll from a DTS ActiveX Script without any success. I have not been able to find an example on how to do it so this is my pure guess – and it is not good enough. Could anybody enlighten me please?
DATRAS:-)
The error is: Class not defined: fitALK
' Visual...
Hi
We have tried to use Temporary table variable with a select statement in a stored procedure but not been able to make it work. Does anyone have a small example we can see, as the SQL help book is not providing any? :-)
I want to call my stored procedure at the SQL server from VB with a new table name each time and get a recordset back. My stored procedure look something like this:
CREATE procedure upSU_CrossCheck
@tbl nvarchar(10)
as
declare @sqlstring nvarchar(500)
declare @paradef nvarchar(500)
declare...
I want to call my stored procedure from VB with a new table name each time and get a recordset back. My stored procedure look something like this:
CREATE procedure upSU_CrossCheck
@tbl nvarchar(10)
as
declare @sqlstring nvarchar(500)
declare @paradef nvarchar(500)
declare @paratbl...
Hi
I have developed my database in Access 2000 (English) and at a NT platform and made a runtime version and an .exe file with the WinZip self-extractor.
I have then tested the runtime version in Window 95 and Offices 97 (Danish) with no ACCESS. The installation went fine with both the Access...
Hi All
I have tried to use automation between Access and Excel for creating charts. It works all right until I close the Excel application. I close Excel with .quit as described in Help and Excel disappears from applications in the task manager, however, it continues to run under processes...
Hi All
I have tried to use automation between Access and Excel for creating charts. It works all right until I close the Excel application. I close Excel with .quit as described in Help and Excel disappears from applications in the task manager, however, it continues to run under processes...
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.