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 Wanet Telecoms Ltd 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: ejanakieff
  • Content: Threads
  • Order by date
  1. ejanakieff

    About SQL Server 2005 Editions

    We are going to acquire a license of the SQL Server 2005 and have doubts in relation to the type of license that we needed: Standard or Enterprise. At the moment we have installed the SQL Server 2000 Enterprise, since we have the SQL Server installed in cluster of two nodes and in the Standard...
  2. ejanakieff

    Export DataBases to a new server cluster

    We have a Windows 2000 two nodes cluster whit SQL Server 2000 SP4. Now we want to move the SQL Server 2000 SP4 to a new Windows 2003 two nodes cluster. We have several databases, jobs, databases maintenance plans, packages... My question is: How is better: detach the databases from old...
  3. ejanakieff

    Change scrolling property of a frame

    I have an html page that contains two frames: <frameset border="0" frameSpacing="0" rows="310,*" frameBorder="0"> <frame name="F1" src="page1.html" frameBorder="NO" scrolling="NO"> <frame name="F2" src="page2.html" frameBorder="NO" scrolling="NO"> </frameset> I need to change with...
  4. ejanakieff

    Problems with the Explorer View

    I have an intranet made whith Share Point Services, installed in two Windows 2003 Servers, configured with load balancing. The security of my site is like this: *Anonymous access enabled *Integrated Windows Authentication The clients connects to intranet throw Windows 2003 Terminal Servers...
  5. ejanakieff

    Independent PageNumber in Table of Contents

    I have a report that shows for every page the PageNumber. I have made at the end of the report the Table of Contents, using shared arrays, one for the id's and oner other for the PageNumbers. I want that the numeration of the Table of Contents begins again and it does not continue with the...
  6. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    I have a Crystal Report that shows the content of several registries. Normally the content of each registry fits in a page. But some registries occupy two pages. I would like to be able to generate an index that indicated each registry in what page of report is. Someone can help me...
  7. ejanakieff

    Showing some message while a page is loading

    I have a form that accepts diferents option of search (form into an asp page). When the end user clicks on the "Search" button, sometimes the result page (another asp page) spends a lot of time to loading, and sometimes the form page remains visible several seconds and then begin to loading the...
  8. ejanakieff

    Display a recordset splited in pages without data reload

    I have a result page that display the results (are into a ADO recordset) splited in pages. In every page I show 10 results. The problem is every time I access a different page, I reload the asp page who remake the query to the database. It is possible to do the query database only one time...
  9. ejanakieff

    Serviced Components calling a Web Service

    I make a Serviced Component (.Net Component that uses COM+) that calls a Web Services, located in another machine. The Serviced Component is located at the Com+ Application Context, and I have defined an identity who runs this component. This identity has the right to logon as a batch job. The...
  10. ejanakieff

    Identity Rights needed in Enterprise Services

    I have a web application with 3-tiers: 1. Data Base: Sql Server 2. Middel-Tier: Component COM+ that accesses de data, done with VB6.0 3. Application-Tier: asp Pages done with Visual Interdev 6.0 Now, we are migrating the middle-tier to web services mades with .net: 1. Data Base: Sql Server 2...
  11. ejanakieff

    The command &quot;recordset.sort&quot; not work in .Net Environment

    I'm working with Visual Basic .Net. I have making a component that acces to a data base with .Net Dataproviders, returns the result in a DataSet, and then I pass the content of the DataSet to a Recordset, finally this recordset is send to an asp based web application. In the Visual Basic .net...
  12. ejanakieff

    The IIS 6.0 not refresh the pages

    I'm working with IIS 6.0, now. I have an application that contains html and asp pages. The problem is when I change the code of some of them, and I browse this changed page, it shows to me the old page. I configure the "Virtual Directory" like this: * I checked "Enable content expiration" from...
  13. ejanakieff

    ASP web application runs SLOW in a IIS 6.0

    I have a web application based on html and asp pages. This pages uses a component (COM+ application) to access to the data base. It works fine in a IIS 5.0 server with Windows 2000. Now I want to update the server to Windows 2003 with IIS 6.0. I have made a test in a test server: * I have copy...
  14. ejanakieff

    How to detect the necessity of a viewer?

    My Web it serves different kinds of files: document of Word, Excel, PowerPoint, pdf's, images, videos... I Would like to be able to detect if a user doesn't have the necessary viewer and insuch case, to offer the posssibility of download the viewer. Thanks, Eva Janakieff
  15. ejanakieff

    I have Visual Studio .Net with the

    I have Visual Studio .Net with the .Net Framework v.1.1 installed. The Visual Studio comes with the version 1.0. Now, since I have installed the new version in the Add References dialog box, still appear the .net assemblies of the version 1.0 and not appears the news. I have to do some...
  16. ejanakieff

    Data Reports

    I have several reports created with the Data Report of the Visual Basic. I have created a Data Environment, and inside this several procedures that calls a Stored Procedure (SQL Server). In the data base I have a column that is of the type varchar(8000). It isn't unicode, so it can't save the...
  17. ejanakieff

    The euri symbol (€) appears like a '?'

    I have SQL Server 2000 SP3 and the default Code Page is: Compatibility_42_409_30003 --> 850 I have a Table with a column of the type varchar(8000). In this column sometimes it's necessari instroduce the euro symbol (€). Now, when we write this symbol, after the SQl Server show it with a '?'...
  18. ejanakieff

    Sow the export button when the report is showed

    I use Crystal Reports inside Visual Basic 6.0. When the application is running and it show a Crystal Reports the buuton &quot;Export&quot; dosen't appear by default. I'm interested in show this button, because the end user can make an export to a Word format. Thanks, Eva Janakieff
  19. ejanakieff

    Datagrid. Horizontal ScrollBar

    I have a Datagrid with an especific width and only one visible column. The with of that column is bigger than the datagrid width. So I put the ScrollBars properties of the Datagrid to Both (Vertical and Horizontal). The problem is that the horizontal scrollbar not scroll into the column. If...
  20. ejanakieff

    DataGrid. Assign a different ToolTipText for each row

    Is it possible assign a different &quot;ToolTipText&quot; value for each row of a DataGrid? I want that the &quot;ToolTipText&quot; shows the full value of the row when the mouse is moved over the row. Thanks, EVA

Part and Inventory Search

Back
Top