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 wOOdy-Soft 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: rushdib
  • Content: Threads
  • Order by date
  1. rushdib

    Retreiving windows login id in ASP.net

    We are using ASP.net 1.1 on iis 6 and windows 2003 and trying to obtain the windows login id. It works fine in the development machine but when it's deployed on the server, it always gives the login id used to sign-on the server. It doesn't give the user's login id. We used the following to get...
  2. rushdib

    reading emails from outlook in vb.net

    Hi, I have code to read to emails from a local pst file (mapi) in VB.NET. Is there any way I can read emails if the outlook and the pst file resides on a another machine? Thanks, Rushdi Basir
  3. rushdib

    Font size, screen resolution affecting the web form

    Hi, I designed the web form in my development environment which has XP and I am using small fonts (normal size), and a screen resolution of 1024 X 768. After deploying the app on the server and whenever a user opens the page (if the user has setup to use large fonts on their OS), the objects on...
  4. rushdib

    Error - limitation of no. of tables or select statements

    Hi, I am getting the following error: "Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (256) was exceeded." We have a report which uses about 50 functions (returns tables) to calculate various parts of the components. There...
  5. rushdib

    9i on Unix(AIX)

    Hi, I am new to the unix environment. We are installing Oracle 9i in a AIX box (it's a developer edition - standard edition). Is there any way I can remote to this machine from my windows xp machine using Enterprise Manager console? Otherwise is there anyway to open the Enterprise Manager...
  6. rushdib

    Disable enter key in submitting forms

    Hi, How do I disable submitting the form when the enter key is pressed? The problem I have is whenever the enter key is pressed after entering info in a text box the form uses the submit button to submit the form. I want to force the users to click on the submit button to submit the form. Thank...
  7. rushdib

    Linked server problem - four part name

    Hi, I was able to link an Access 2000 database successfully to SQL Server 2000 as a linked server, but when I try to use the four part name in the stored proc, I get the following error. Invalid use of schema and/or catalog for OLE DB provider 'Microsoft.Jet.OLEDB.4.0'. A four-part name was...
  8. rushdib

    Date field problem

    Hi, I have a Crystal Report opens from an ASP.Net page and using SQL 2000. I am using an XML file to connect to Crystal Reports. The XML file is created using a dataset in ASP.Net. When the Crystal Report opens up, it does not show anything in the date fields. I checked the XML file, the dates...
  9. rushdib

    Connecting to an external table from a stored procedure

    Hi, I would like to whether it is possible to write a stored procedure to extract data from an external source. (using an ODBC connecting string). I know I can use DTS, but I have to massage the data before I move it into a SQL Server table and I have to use functions to modify the data...
  10. rushdib

    Datagrid - template column problem

    Hi, I have a problem retreiving values from a template column in a data grid. My code is this Dim newName As String Dim box As TextBox box = e.Item.Cells(1).FindControl("FirstName") newName = box.Text.ToString I am getting the...
  11. rushdib

    Distribution database in suspect mode - replication issue

    Hi, This doesn't happen all the time, but sometimes the distribution database or other databases remian in 'suspect' mode, which hides all the objects in that database and hides all the replication items or links. Our current resolution is stopping the server and the agents and restarting them...
  12. rushdib

    Email problem - Using SMTP server from ASP.Net

    Hi, I am new to SMTP mail service. I have installed the SMTP with the IIS 5.0. I have Windows XP and Visual Studio 2003. When I use the following code to send e-mail imports system.web.mail SmtpMail.SmtpServer = "localhost" 'create mail message object Dim...
  13. rushdib

    Error connecting to an Access database from an ASP.Net page

    Hi, I was able to connect to an Access database without any problem from an aspx page. Now I am getting the following error System.Data.OleDb.OleDbException: Unspecified error I don't whether this is due to the upgrade of Visual Studio.Net to Visual Studio.Net 2003 and the .Net framework from...
  14. rushdib

    Sign in to Oracle 9i OEM

    Hi, I am just starting to use Oracle. I have installed Oracle 9i in XP. Can some one please tell me the starting login information to OEM and creating the database and so on..? Thanks, Rushdi
  15. rushdib

    Replication - Expired subscription cleanup

    Hi, In the miscellaneous agent section in SQL Server replication there is a expired subscription agent runs always. The status it reads 'retrying'. Can please someone explain to me about this? Is this impacting the perfromance of the server? Is there a way to stop it? Thanks in advance, Rushdi...
  16. rushdib

    Merge replication problem

    Hello, We had a merge replicaton happening between SQL Server 1 and SQL Server 2. Both servers act as distributors/Publishers. I had to change one set of merge replication pulication from SQL Server 1 and SQL Server 2. So I removed the publication on the Sql Server 1 and tried to start the...
  17. rushdib

    Queue reader failure in transactional replication

    Hi, We have 4 SQL Servers and using the three types of replication for different tables. The queue reader in transactional replication starting to fail with a message "Queue reader aborting. The step failed". When I start the queue reader it works fine for a while and it fails again...
  18. rushdib

    Replication problems in different operating systems

    Hello, I am a newbie to Oracle. Since Oracle can run on many operating systems, are there any issues in replication of data among Oracle databases based in different operating systems? Thanks, Rushdi
  19. rushdib

    open a xml file using MS Excel from a web page

    Hi, Can someone please tell me how do I open a xml file using Excel in a ASP.net page? Thank you, Rushdi
  20. rushdib

    Referencing two tables in different databases in the same stored proce

    Hi, I have a stored procedure in database 1 to insert rows from table1 to table2. This insert statement uses a third table table3 which exist in database 2. How do I refer to that table inside the insert statement? I am calling the procedure from Access using ADO connection with a connection...

Part and Inventory Search

Back
Top