mount device
Thanks for your reply guys.
sudo mount -t ext2 /dev/sdb1 /mnt
and this worked.
User Profile
Collapse
-
mount device
Hi all,
im trying to mount a SATA drive. I have a drive already connected to the system as /dev/sda1. The second drive that i have connected now should be /dev/sdb if im not wrong. I havent formatted this drive so it shows up on the desktop as mass storage. So i wanted to format this drive to EXT2.I tried the "sudo fdisk dev/sdb". It says unable to open dev/sdb. I tried with GPARTED and formatting the sdb and it works. Why... -
asp.net web application deployment
Hello all,
Iam developing a asp.net website. This is my connection string in the web.config file
<connectionStri ngs>
<add name="northwndC onnectionString " connectionStrin g="Data Source=.\sqlexp ress;AttachDbFi lename=|DataDir ectory|\northwn d.mdf;Integrate d Security=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>... -
div float
Hello,
iam new to website building and i was planning to learn from scratch.
So i downloaded a free web template to work with and started cropping the .psd file and saved the images for the navigation menu. This is my actual website where i have hosted my practise files. www.datadynamix .com.au
as you can see the nav menu doesnt go to the left or top. it looks as if its got some padding or margins but i checked my css... -
iam just calling localhost from my browser and by default it picks up the index.html file. IE8 as well as firefox.Leave a comment:
-
img src
Hello all,
I have installed the wamp server on my win7. and iam using dreamweaver cs4 to edit the pages. this is where i save my web pages. c:\wamp\www\ind ex.html
and the images folder is located on c:\wamp\www\ima ges\basin.jpg.
but whenever i use the code <img src="image/basin.jpg" alt="basin">
i cant view them on the browser. it comes up with an x symbol. i tried adding "/"... -
run-time error 2501
Hello all,
I dont know what was wrong with my previous code which i posted last time. As far as i know if i find a way to handle the confirmation message from Access then my insert SQL statement should work fine. But i was going crazy as i couldnt fix this and jumped on youtube to watch some movie trailers. After a while i just searched for "integratin g Excel and Access using VBA" on youtube...Leave a comment:
-
Hello,
This is my actual code in excel which is used to add new data to the table.
...Code:Private Sub CommandButton1_Click() Dim appaccess As Access.Application Dim dbstr As String Set appaccess = GetObject("C:\Users\sassy\Documents\BillTracking.accdb", "Access.Application") appaccess.Visible = False appaccess.DoCmd.RunSQL "INSERT INTO tblWorkload VALUESLeave a comment:
-
Run-time error 2501
Hello,
I am running an insert query from xl spreadsheet using the DoCmd.RunSQL to insert values from the spreadsheet into the Access database. When i run this query it gives an error saying " Run-time error 2501 RunSQL action was cancelled".
I know why this is happening and it's because of the message box that appears when an action query is run in Access which asks for a confirmation from the user "yes" or... -
Thanks Guys i just figured it out. Instead of using ItemData i now used Column(0,VarItm ) and it worked.
Code:Dim frm As Form, ctl As Control Dim varItm As Variant Set frm = Forms!Listing Set ctl = frm!lstDisplay For Each varItm In ctl.ItemsSelected [B][I]Debug.Print ctl.ItemData(varItm)[/I][/B] Next varItm
Leave a comment:
-
Listbox.ItemsSelected
Hello All,
I have got a listbox which lists the files from a network folder. I have set the multiselect property to Extended. What iam trying to do now is display the multiple file names from the listbox. The following is the code which i made but instead of returning the selected items value, the code displays NULL n number of times depending on the itemsSelected.c ount. For example it displays NULL 5 times if i have selected 5 items... -
Listbox.clear
Hello All,
i have a listbox control named lstDisplay. I have added items to the list using the additem method. But when i tried clearing the listbox using Clear method i cannot find it. i searched for the listbox control's methods and properties using the object browser but cant find Clear in it. Please help.....Access 2003
Thanks
Sassy2009 -
thanks Delerna. I clicked on Tools/reference but ActiveX Data Objects was not on the list. But i searched for the ADO.net services from the MSDN and downloaded the .exe file from there. Then i went into Tools/Reference and found the ActiveX data objects in the list and checked them.
This the url were i downloaded from
http://www.microsoft.com/downloads/d...034fc&displayl...Leave a comment:
-
Adodb
Hi BYTERS,
iam new to access VBA and i cant find ADODB in my objects list. I wanted to create Dim cnn1 as ADODB.Connectio n but all i can see is the DAO.
Access 2007 on windows7.
Please help....
Sassy2009
No activity results to display
Show More
Leave a comment: