I have a server running raid 0 configuration. I'm getting ready to upgrade it to new hard drives, and will be taking the server down for the upgrade process.
Since I'm putting new drives in, I'll have to re-create the array before install, which is fine. However, since both of the original drives are still functional, I wonder if it would be possible to reinstall the originals if there is a problem with my new build. I mean, I will...
User Profile
Collapse
-
rebuild a raid 0 array in bios after removing
-
That makes a lot more sense to me, coming from a VB background; basically just substitute "&" for "." and it's the same. However, the example I gave of putting the variable within the quotes works as well.
"This is $variable" where $variable = MyString will produce "This is MyString". -
Thanks. I've added the headers per your suggestion. I'm not sure where the characters were coming from, but I figured out why. When I was inserting a variable after my text, I was doing it visual basic style, like "New Quote from " $Person. Obviously this is incorrect; the variable should be located inside the quote like "New Quote from $Person".
Since I do much more application programming than web programming,...Leave a comment:
-
Odd subject line in php e-mail
I've added the following code to a php page that's capturing data. In the end, I'd like to assign variables to the e-mail, but for now it's just text.
When I send an e-mail with this code, the subject line in the received e-mail is "Lac Date". Since that's nowhere in the code, I'm at a loss as to where it's coming from. Any ideas?
...Code:$to = "rando@stolze.com"; $subject = "New Quote from
-
Nevermind, solved it myself. The query should be "Select Max(OrderID) As OrderID..."
Thanks anyway.Leave a comment:
-
PHP MySQL select not returning information
I'm relatively new at PHP, and am trying to pull data from a mysql database. It should be noted before I ask this that I've got an Insert query working, so I know I'm logged into the database properly.
What I'm trying to do is pull an ID from the database and display it on screen. Eventually I'll be incrementing the ID and including it in my Insert statement, but for now I just want to know I'm getting the right number.
... -
Method DeleteRow of object IImex failed
I am getting this error when attempting to use an import specification in Access 2003 while attempting to import a comma delimited file. If I manually import the record without the spec, I notice that there is a"box" character before the data begins, but this character is not visible in a text editor. I'm not sure if this is what's causing the error or not. -
I also realized I could simply recreate the table after it's put together using the proper SQL order-by clauses. Now that I know what the issue is, I think I can work around it. Thanks again for pointing that out.Leave a comment:
-
On second hand, I take that back. It does seem to have worked. Thanks much!Leave a comment:
-
-
No luck. Still, toward the end of the file, records from various source tables are intermingled.Leave a comment:
-
Thanks. I'll give that a try. It's weird, because it works as expected for the first couple dozen tables. I guess after that point, memory is bogged down and processes are not completing fast enough, so it's starting the next process before the first completes.Leave a comment:
-
Inserting records out of order
I have a VBA program that loops through a table of table names and imports the records from those tables into another table. In some instances (not every time), the inserting gets confused, and I will see some records from one table, then some records from another. It's like one insert process is not completing before another begins. Any idea why this happens?
...Code:Do While cnt < 89 'Number of tables strCurrName = rs("Name") -
No luck
The text string does not change when Replace(string, chr(13), chr(13)+chr(10) ) is applied to it. I get the same outcome. It's weird, because this only happens in outlook express. I'm pretty sure this is just a limitation with Outlook Express. I just sent a completely different link from a random website and it broke the link at the same point: 76 characters.Leave a comment:
-
-
Broken links in when sending e-mail through CDO.message
I'm sending some automated e-mails through CDO.message. There is a text string being passed as a link in the message. It's a lengthy string, and when viewed in Outlook Express, the link becomes broken, as if OE is inserting a carriage return or something. The link works fine when viewed in Office Outlook.
Any suggestions? -
I kind of see where you're going, and my initial results along this line are good, so I'll look into it. Still, I'd like to find out why my records are not inserting and/or displaying properly using my method....Leave a comment:
-
Essentially, the table is in a certain order (with the field "pst_seqnum " being a numeric field in that order), but a blank record needs to be inserted after each record that has "##" in a certain column. I tried splitting the table into temp tables and putting the tables back together with the blank record in between, but my the orders were all mixed up. So I thought, if I insert one record at a time based on the pst_seqnum...Leave a comment:
-
Access not inserting records properly
Okay, here's my situation. I need to loop through a file, inserting records based on a number field (in order) and if the character in a certain field = "##", I need to insert a blank record.
So here's my method. I created two tables with the same structure as the table I'm inserting from. One table, Split_Temp, is the one I'll be inserting to. The other table, Split_Insert, contains the "Blank" record, which... -
Never mind. I missed the End With for my With statement. The Loop error was throwing me off.Leave a comment:
No activity results to display
Show More
Leave a comment: