1,597 Topics

Member Avatar for
Member Avatar for duchaine

Hi, No matter what I do I get the Access denied for user error.I watched the video but still get it. Are there any common errors I should be aware of in setting up a db user? Thanks, duchaine

Member Avatar for bugz313
0
96
Member Avatar for shimaibrahim

hi. Experts I'm developing a monitoring student in and out of residential college using RFID My problem is i can scan the RFID tag but i did not know how to save it into database access. here is the code i found on internet to connect detect rfid tag no …

Member Avatar for djjeavons
0
497
Member Avatar for markdean1989

Good day. I was surprised to see that there are no members on objects declared as IFSTREAM and OFSTREAM. I have this code; ifstream indata; ofstream outdata; indata.open(""); outdata.open(""); It can't seem to recognize the member "open". Why is that? Any solution?

Member Avatar for Moschops
0
201
Member Avatar for ggeoff

Hi I am trying to provide access to a folder of photos. The website is Unix based so I can change permissions. I am using WISE-FTP 8 as my FTP program. I created a directory on the server and intend to upload about 40 photos to it. I uploaded one …

Member Avatar for Aeonix
0
275
Member Avatar for akuikhwan94

My tables in MS Access doesn't have any change which it did not update the record that I entered in Visual Studio.. This is my code. Private Sub btnSubmit_Click(sender As Object, e As EventArgs) Handles btnSubmit.Click On Error GoTo saveErr RequestSoftwareBindingSource.EndEdit() RequestSoftwareTableAdapter.Update(FYPDataSet.RequestSoftware) MessageBox.Show("Your request has been submitted.", "Thank you", MessageBoxButtons.OK, …

Member Avatar for djjeavons
0
485
Member Avatar for wilsonchama

Hi guys, I am trying to update a single column in an already existing record with a value in a textbox in Access database using VB.NET 2008 express edition. This is how it should happen, combo box is drawing product IDs from the table and two textboxes display product description …

Member Avatar for JerrimePatient
0
2K
Member Avatar for killza

For some strange reason, I can't access the following websites: www.stcatharinesstandard.ca/ www.thoroldedition.ca (these are two adject town news sites that I assume use the same server to keep their website running) These websites work on my phone and using another person's computer connected to the same router that I'm currently …

Member Avatar for zomgmike
0
318
Member Avatar for ramonlarodo

What I am trying to do is each thread gets to print out its 5 characters before potentially yielding to another thread. It works but it does not do what I want. THanks for help. for (unsigned i = 0; i < _repCount; ++i) { unique_lock<mutex> lck(mtx); cv.wait(lck, []{return !inUse; …

Member Avatar for Moschops
0
118
Member Avatar for Siberian

Can I, without uploading my entire NAS to the cloud, access my NAS though a cloud based service to access via WiFi ? Since I don't own a router, rather a DSL modem.

Member Avatar for Siberian
0
269
Member Avatar for Nicko21

Hello everyone! My Access MDB file has "disappeared" from his documents folder. I haven't deleted it, I have checked recycle bin, system restored, searched and so on. No luck! Any suggestions on what else I could do to recover the file?

Member Avatar for erikko
0
1K
Member Avatar for Sanjok

Please be kind if the post is not placed in the right location. My home gateway / vivid wireless "4G" account is a few years old, but it seems that the speed is getting slow more often, which is quite frustrating. Looking on the forum, it is recommended to have …

Member Avatar for JorgeM
0
192
Member Avatar for javanoob101

Hello, I have setup a simple IIS web server to host my files so I can get them at college. The server is up and I set it to accept any ip "all unasigned" on port 55566. my problem is this: I can get to the web server fine on …

Member Avatar for washer
0
533
Member Avatar for negru

How to access each element of array of words? For example, if I want to find number of vowels in every word of an array. #include<stdio.h> #include<stdlib.h> int main() { int i,n; char **array; do { printf("n=");scanf("%d",&n); } while(n<1); array=(char **)malloc(n * sizeof(char *)); Thanks for replies.

Member Avatar for yoavip
0
91
Member Avatar for Nebil

Hi, I am having trouble with dropping a temp table. I was using it so many times in other projects but this time it went bad. The only thing different now is that I referred a string value from the main form to another form.The other form populates a dgv …

Member Avatar for djjeavons
0
237
Member Avatar for Ghost

Hi Everone, How do I remotely access my computer - I want to be able to control the mouse and keyboard and view the screen in real time. I wanted to do this in Java, but the experts sent me here because Java is not platform dependent and C++ is. …

Member Avatar for adnan_6
0
2K
Member Avatar for madmax9922

Hi have this code to manage my main page. Everything works fine on my local server at home,i'm using easyphp. But on my webhosting server i got this error: Warning: scandir(D:\Hosting\12067690\html/,D:\Hosting\12067690\html/) [function.scandir]: Access is denied. (code: 5) in D:\Hosting\12067690\html\index_menu.php on line 65 Any ideas? thank you in advance. <?php $dir …

Member Avatar for broj1
0
2K
Member Avatar for Robshaw236

Hi i need a validation rule for MS Access so that only a time can be entered that is between 18:00 and 23:00 The validation rules must allow for the above numbers inclsuively Please Help

Member Avatar for jonobugs
-1
979
Member Avatar for mattyd

Hello, I have just attempted to update my database login page to MySQLi and also use prepared statements but upon submitting a form I receive the error "Access denied for user 'admin'@'localhost' (using password: NO)". I have been researching this before posting this here but have only come across sites …

Member Avatar for diafol
0
839
Member Avatar for Bruk2013

Hi, My husband and I are going to Dubai, I heard that many websites are blocked there, So I'm looking for a cheap and reliable vpn service, Any help would be appreciated.

Member Avatar for DaveAmour
0
3K
Member Avatar for Emma Etigu

hi guys I need assistance with SQL insert statement to an access database. I want to insert values to a particular table if the text box value is less than 0. below is the sample code. dim value4 as integer if integer.try parse(textbox4.text) then if value4 <=0 then dim cmd …

Member Avatar for DaveAmour
0
291
Member Avatar for marvin_1

hi everyone i have 5 labels 1 textbox 1 button 1 timer and database im actually making some sort of a timer .. i managed to put the value of the 5 labels (which is my timer) to the textbox. now id like to put and save the value of …

Member Avatar for Reverend Jim
0
122
Member Avatar for Michael_35

Hi All,I am coidng a movie database using vb.ebt (VS 2013) and using access (2013) I am trying to code my save button, but every time i run the program and try to save my data I get the below error An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll …

Member Avatar for Reverend Jim
0
355
Member Avatar for Senthil_6

Plz anyone help me .... I created the database in access with fields type is date/time and text... But I try to get the value from datetimepicker and combobox.. My struggling code was cmd=new oledbcommand(insert into sample (doj,designation)values(" & datetimepicker1.value &","&combobox1.text&")",con) note:- database connection is successfull!...

Member Avatar for djjeavons
0
195
Member Avatar for Yaw_1

I have been trying fruitlessly to populate my datagridview using multiple tables from my ms access database. My code is shown below. Thanks in advance for your help. Imports System.Data.OleDb Public Class Stock_Check_Options Dim MyConnection As OleDbConnection Dim MyDataAdapter As OleDbDataAdapter Dim MyDataAdapter1 As OleDbDataAdapter Dim MyDataSet As DataSet Dim …

Member Avatar for Yaw_1
0
337
Member Avatar for annya

Hello Iam getting an error in the pagniation page "Warning: mysql_real_escape_string(): Access denied for user 'username'@'localhost' (using password: NO) in /home/livehuqu/public_html/abcd.com/pptindex.php on line 19 " Warning: mysql_real_escape_string(): A link to the server could not be established in /home/livehuqu/public_html/abcd.com/pptindex.php on line 19 Iam using the same code in other website and …

Member Avatar for annya
0
470
Member Avatar for Mahesh57

Hi All, I am running a website its working fine by using the domain name but for the performance issue i am think to run some content in site using IP address. I get the IP of my domain by using cmd prompt ping domain name command. Copy that IP …

Member Avatar for matrixdevuk
0
239
Member Avatar for manofprogram

I want to know if my display adapter has been accessed by a keylogger or any other program capturing my screen images. Do I need to access my CPU, display driver, or computer memory to decide if the display adapter has been accessed? How can I find out what program …

0
82
Member Avatar for DGULLIVER

Hi, I'm trying to authenticate users with the use of Client SSL. I have installed the SSL on my Windows 8 PC and navigating to my website using IE and FireFox are fine. However when I navigate to same website Chrome asks to confirm the Certificate and after clicking ok …

Member Avatar for XP78USER
0
379
Member Avatar for rastafarian

Hi folks, Generally, i access my internet without using any proxy servers ie my firefox/IE always has this option unchecked. Then i ran ultra surf this one time (on vista x64) and it worked fine but then once i closed ultra surf i couldn't connect in either browser, inspite of …

Member Avatar for yomawm
0
6K
Member Avatar for amogh.max

I would like code to display ms access database dynamically in a jframe . here is my database.**[img]http://i.imgur.com/PtuGLnX.png?1[/img]**.I tried searching a lot but i think i need personal help in this area as this is a suppose to be dynamically updated Jframe.on the other hand i am open to suggestion …

Member Avatar for JamesCherrill
0
409

The End.