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

    Connecting to MSSQL server via VBA

    Hi, I'm relatively new to VBA but know basic SQL, VB, etc. I have a remote MS SQL server 2000 database that I want to connect to via Access (2000). My question is, how would I go about to setting up a connection to the SQLserver database, and then copy the table onto an Access table? I know I...
  2. satchi

    Renaming a field in VBA using SQL??

    Hi, I was wondering if it's possible to rename a field in Access using SQL statements? I'm using access databases and would like to rename a field of a table remotely. Thanks
  3. satchi

    Changing website themes?

    Hi, I have a question regarding switching themes in a webpage. Is it possible to change the styles of a webpage w/ the use of only CSS and Javascript? For example I notice some websites have 2 icons on the top corner, and by selecting a certain one, the whole page design changes (but layout...
  4. satchi

    Inserting/Updating/Deleting DetailsView w/o datasource controls?

    Hi, I have this sql server db where I want to update, create new records, and delete records from a DetailsView, without the use of asp's datasource controls. I have been reading that I need to manually write code to do these in the DetailsView1_ItemInserting, _ItemUpdating, _ItemDeleting, and...
  5. satchi

    Can't Insert/Update/Delete in DetailsView

    Hi, I am having some trouble doing the usual insert, update, delete on my sql database. I have a Master/Details setting where the selected GridView item is shown on a DetailsView. When I select an item in GridView, that item shows up on my DetailsView. The Insert, Edit, and Delete command links...
  6. satchi

    Centering Masterpages but keeping Conetents alone?

    Hi, this sounds somewhat trivial but I can't seem to get it right. I have a page that is created via Master/Content pages. There are three tables: header, content, and footer. I want to center the whole page in the center of the screen, but leave the text/pics/etc in the content page...
  7. satchi

    Connection between Dropdownlist and Datalist SQL Parameters

    Hi, I'm having some trouble understanding how to connect a parameter gathered from a dropdownlist web control value and use it to query up w/ a datalist(sql db). Basically I have a drop down list that is filled with CategoryIDs w/ integer type (eg. cid = 1, 2, 3 in database). I then choose a...
  8. satchi

    Question on this Paging Solution to Datalist...

    Hi, I have a question regarding this solution posted by a fellow poster DotNetGnat on these forums. http://www.dotnetjohn.com/articles.aspx?articleid=48 This seems like a great solution to accessing paging in datalists and it works, but it seems each time you look at another page, the...
  9. satchi

    How do I truncate text in Datalists?

    Hi, I'm working w/ ASP.net 2.0 and I have a datalist with this element within the <ItemTemplate> tag: <asp:Label ID="descLabel" runat="server" Text='<%# Eval("desc", "{0}") %>' /> This element basically displays the description text. Is there a simple way to truncate this text file to show...
  10. satchi

    VS 2005: How to change IDE environment??

    Hi, the first time I installed VS 2005 (Full ver.) it asked me when i ran it which environment I wanted the IDE to use. Mistakenly I chose C#, when what I really wanted was to develop in the Web Developer settings. I was wondering how do I change this environment setting? Thanks.
  11. satchi

    USB and serials on Linux: ttyUSB??? and ttyS???

    Hi, I'm having a hard time trying to figure out how Linux assigns ports for each USB device connected to the computer. For serial devices, it's pretty straight forward on my machine: There's two serial ports, -the top one is assigned to /dev/ttyS0 and the -bottom one is assigned to...
  12. satchi

    Anyone successfully installed RH9/FC on SCSI HDD?

    Hello, I have been having trouble installing either FC3 or RH9 on this SCSI hard drive in my new Dell Precision 470. Basically the hard drive came w/ WinXP and I used Partition Magic 7 to resize it to 2 partitions. There is only one hdd so no RAID was done. Here are the errors that I get: When...
  13. satchi

    Any major differences between FC and Redhat9??

    I have recently started installing Linux platforms at work (both Redhat 9 and Fedora Core 2 & 3) and wanted to know if there's any 'major' differences between them? I've asked and researched around, but most people like one over the other mainly because they've only used one and not the other...
  14. satchi

    Trimming Jagged Edges?

    Hi, I have a picture of tubular objects (w/ thick black borders on shape) that have jagged edges, due to an increase of resolution. I don't mind the resolution, but I do mind the jagged edges. Is there a tool where I could cut the jagged edges and make it straight? I was thinking of something...
  15. satchi

    Help w/ ATI Mobility X600 Drivers on FC3

    Hello, I just got my new laptop and installed FC3 on it. Now the problem is, I can't seem to find a Linux driver for the video card, which is ATI Mobility Radeon X600. I checked both the manufacturer's website and ATI's website, but they do not have a Linux driver for this machine! Can someone...
  16. satchi

    Fedora Core 2: 1680 x 1050 resolution..not working.

    Hi, I recently plugged in one of those wide screen LCDs (specifically the Apple 20" ones) and I can't seem to get it to the optimal resolution of 1680 x 1050. I think the closest I can go is 1600 x 1200, but that stretches everything... Can someone help me out? Thanks satchi
  17. satchi

    LILO Dual-Boot: Linux OK, but XP no go!

    Hello, I just got a new computer that came w/ Windows XP Pro pre-installed. I want the computer to dual-boot w/ RedHat Linux, so I installed it, configured it, and used LILO as boot-up. After some tweeking w/ the lilo.conf file, I managed to get the LILO boot-up menu to work and I could select...
  18. satchi

    Outlook: Composing to groups, not getting sent to me.

    Hi, I have a user who is part of the 'Office' group, but everytime she composes an e-mail (using Outlook 2003) to the *Office, she does not get a copy herself. I've looked everywhere on Outlook and have not found a setting that disables/enables this. How do I set it so that the user gets a...
  19. satchi

    How do I remove input box history???

    Hi, I have done the following in IE: -IE-->Tools-->Internet Options-->Delete History, Remove Cookies, Delete Temporarily Files. This removes my history and such, but it does not remove the text that are saved in text boxes, such as hotmail/gmail's login box, google's search box, etc. Basically...
  20. satchi

    Outlook 2003 Going Auto Offline

    Hello, my office is running Win 2k Server with XP Pro clients, with Outlook 2003. For some reason, Outlook goes to 'offline' status at random times. They could surf the web with IE, which indicates that We have a small office (about 30 computers). Any possible reasons why a client's Outlook...

Part and Inventory Search

Back
Top