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 TouchToneTommy 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: fsteeman
  • Content: Threads
  • Order by date
  1. fsteeman

    Install windows 98 after XP without having floppy drive

    Someone asked me to install a 98 partition on her XP-installed PC. I read a number of good how-to's on the internet (e.g. this one: http://www.petri.co.il/install_windows_98_after_windows_xp.htm). I have everything prepared... partitions, installation CD's, Gparted, etc., just.... no floppy...
  2. fsteeman

    SP Portal startpage gone/corrupt after editing in Frontpage?

    Help! I have had the startpage of a SPS (2.0) site open in Frontpage last night and forgot to close it. After a server restart the front page comes with a message that the area cannot be shown, because it is gone or I don't have permissions. I tried to find it again in Frontpage, but I...
  3. fsteeman

    Blog module for WSS 2.0

    Hi all! I am looking for a third party blog module for WSS 2.0. Comparable to the one that is included in WSS 3.0... Does anyone know of any? Thanks in advance! Cheers, Fedor Fedor Steeman Virksomheds-IT http://www.virksomheds-it.dk/ Denmark
  4. fsteeman

    How to avoid duplicate rows with a joined table

    Hello all, This is one of these things that I am uncertain can be solved with ordinary SQL, but any suggestions are appreciated! I have two tables with a one-to-many relationship. One record in the main table can be linked with none, one or more records in the secondary table. For most...
  5. fsteeman

    Passing potential Null parameters to sql query

    Hi all, I cannot figure out a solution to this problem I am having and I cannot find anything helpful on the internet or on this forum after searching for a while... Any help is therefore greatly appreciated! I am programming in C# using (strongly typed) datasets. There is one table consisting...
  6. fsteeman

    How to make a view editable in Mgmnt Studio Express!?

    Hi all, I am working in SQL Server Management Studio Express. I need a view comprising several tables that is editable, meaning that I change the value in a particular field of a particular record. However, SSMSE doesn't let me. It claims that because of the TOP clause, I can not edit the...
  7. fsteeman

    Allow zero or null values in foreign key columns?

    Maybe I sound like a heretic, but when explicitly adding relationship constraints to the database, is it possible in SQL SERVER (I am using Management Studio Express) to allow a foreign key to have null values or values that can not be found in the related table (like 'zero')? Fedor Steeman...
  8. fsteeman

    Mystery IP address perhaps DHCP server in router?

    Hi all, In my personal home network that is connected through a router, there is always a mysterious standard IP address with the same MAC address. Since the router has DHCP functionality I was speculating whether that could be the IP address of a DHCP server within the router. Wouldn't a...
  9. fsteeman

    Firefox displays tables with images lousily a.o.t. IE

    I have met this problem before... I have made a smart design for a webpage involving tables containing images along the edges to yield a cool-looking rounded table look, if you know what I mean... This looks great in IE, but in Firefox, the edge cells contain, besides the images, an empty bar...
  10. fsteeman

    IIS and .NET

    I have been developing a website in ASP.NET framework 2.0 beta, locally on my work's PC, where I could run and test without problems. I can not run and test it remotely on our server yet, because the server-people want to wait till the official release of .NET 2.0 to upgrade from 1.1. However...
  11. fsteeman

    IIS 5.0 and .NET

    This IIS is completely new to me, so please be patient with me... I have been developing a website in ASP.NET framework 2.0 beta, locally on my work's PC, where I could run and test without problems. I can not run and test it remotely on our server yet, because the server-people want to wait...
  12. fsteeman

    Autonumber starts with 0 in ADO.NET, 1 in MS Access?

    Now here is something special: I discovered that when generating new rows in a VB.NET application, the autonumbering starts with 0, whereas in the database itself, MS Access, it starts with 1. This is rather annoying as I am working on a routine to move and normalize data from one database to...
  13. fsteeman

    No updating of database during debugging?

    Does anybody know whether VB 2005 Express inhibits the updating of a database during debugging? I have written a routine I am trying out, but it adds or changes no record to the target database. If so, all I need to do is compile to make it work. If not, then there are some method calls I...
  14. fsteeman

    Datatable Select method returns 0 rows; string contains variables?

    Hello all, Now here's a head-scratcher... Whenever I call the select string below, no rows are returned: locRows = Me.GMDB2DataSet.AreaNames.Select("AreaCode = '" & CInt(srcRow.Item("Komm_nr")) & "' AND AreaCodeStandard = 1") However, when I simply write: locRows =...
  15. fsteeman

    NullPointer Exception at Update DataTable Call

    Hello all, I am writing a data application and let most of the database connection work be done by wizards. This resulted in a not very translucent pile of code that I am trying to work my way through. One problem is that the changes supposedly made to the contents of the database (while...
  16. fsteeman

    Cannot commit changes to dataset

    Hello all, I have been working on a relatively straightforward routine to migrate data from one database to another. VB.NET is pretty new to me; I have previously been working with VB6. I get the routine to read the rows in the source database (srcRow collection) and generate new rows in the...
  17. fsteeman

    ADODB.Recordset error '800a0bb9'... Arguments in conflict?

    Hello all, Could anyone help me I am stuck with this very annoying problem, whereas I am doing everything by the book! When I access my asp-page I get the following error message: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in...
  18. fsteeman

    Trouble importing Paradox tables in MS Access 2003

    Hi everyone, I want to import some paradox format tables into a blank MS Access database. I had done this before with an earlier copy of the same paradox database, so I did not expect any problems. However, now I get the message 'External table is not in the expected format'. How can this be...
  19. fsteeman

    Hello, I was wondering if anyon

    Hello, I was wondering if anyone who understands windows system, assembly language or machine code could help me what to do about this weird problem I have now. We are running an application that I developed under VB and has always worked perfectly, but since a weeks or two it has been...
  20. fsteeman

    VB Application crash accessing Excel DrWatson errorlog help needed!

    Hello, I was wondering if anyone who understands assembly language or machine code could help me what to do about this weird problem I have now. We are running an application that I developed under VB and has always worked perfectly, but since a weeks or two it has been crashing everytime it...

Part and Inventory Search

Back
Top