I’m currently working with MSSQL Server 2005 and why does Microsoft have to make everything difficult? With MySQL, a multiple insert is as simple as INSERT INTO table (columns) VALUES (array of values), (another array of values), … (last array of values). This way works in MS SQL 2008, but that’s another expense. My current [...]
Also filed in Software
|
Tagged access, access data, array, database name, foreigners, insert into table, microsoft, ms access, mss, schema, server, table columns
|
I confess that each of my entry has grammatical errors and most of them are fragments. I can’t fix them because I’m too lazy to be technical and I’m very bad with fragments. However, that does not stop me from criticizing other people. It really annoys me that people are writing just for the sake [...]
Also filed in
|
Tagged al, blog, blogging, cocky bastard, confession, confessions, correctness, ebonics, fragments, grammar, grammatical errors, music, natural language, plurality, sake, spelling, tenses, time, writing in english
|
Here I am sitting, thinking of something optimistic to write about. It’s very difficult, so here’s what I came up with… String inputDir = "/home/user/"; String inputFile = "in.txt"; if (!inputDir.endsWith("/")) inputDir += "/"; File iFile = new File(inputDir + inputFile); String outputDir = "/home/user/backup/"; if (!outputDir.endsWith("/")) outputDir += "/"; iFile.renameTo(outputDir + inputFile);
I noted here that I constantly encounter WiFi problems. After searching the web, many have said that Linux is not WiFi friendly. I guess it could be true, but I’m not converting my Eee PC to Windows. I agree that hardware drivers are very tricky when it comes to Linux and I suspect it’s causing [...]
Also filed in Computers, Hardware, Linux, Software
|
Tagged drivespace, Eee PC, guess, Hardware, hardware drivers, linux, searching the web, windows, woes
|
Manipulation of IceWM for EeePC: nano /home/user/.icewm/preferences
Changing file name or folder name in UNIX. mv OrigFileName NewFileName mv OrigFolderName NewFolderName
Okay, as promised I will be documenting the process of installing pre-Vista OS in a SATA drive. However, I will be documenting on a specific unit: Acer Aspire M1640.
Also filed in Computers, Hardware, Software
|
Tagged acer, blank disc, burns, driverpack, dvd, images, iso image, microsoft, mirror windows, operating system, pre requisites, undefined, whql, windows, windows xp
|