199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for rajeshkhanna_in

[B]Hi all, Is it possible to programatically "Compact and Repair" an mdb file as can be done manually from MSACCESS menu "Tools"-> "Database Utilities" -> "Compact and Repair Database..." Any help will be appreciated... Rajesh Khanna [/B]

Member Avatar for JA12
0
122
Member Avatar for K.Vanlalliana

Hi, I want to write VB code so that the any First letter of any Word entered in the textbox will be automatically converted to Capital. Whether there is one or more than one word in the text box, any first letter of the word should be converted to Capital …

Member Avatar for QVeen72
0
125
Member Avatar for SonxQ7

Being new to java am trying to understand the terminology and works around... If i have a simple text file userdetails.txt which contains users name, password, home_dir_context (this is just for questioning).. Which function between the two do i use to get the path where this is located : c:/Java …

Member Avatar for linu
0
490
Member Avatar for K.Vanlalliana

Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem.

Member Avatar for QVeen72
0
294
Member Avatar for sting_010

can anyone in here help me with my programming project. Your C program must be invoked exactly as follows: shell [batchFile] The command line arguments to your shell are to be interpreted as follows. batchFile: an optional argument (often indicated by square brackets as above). If present, your shell will …

Member Avatar for Salem
0
200
Member Avatar for davidleeis14

C++ reading text files I have a program which I am writing which manages a savings club. I have set up a functions which creates members (there are two members types) and outputs there data to a text file a line at a time in the format string, int, int, …

Member Avatar for Agni
0
4K
Member Avatar for god_1896

hi all; i have a code that would send in two person, after submmited the form, only one person recieve the email here is my code; [code=php] <?php $name = $_POST['name']; $sender = $_POST['e-mail']; $phone = $_POST['phone']; $subject = $_POST['subject']; $message = $_POST['message']; $email = $_POST['email']; $sendTo = $email; $return_to …

Member Avatar for saikishore
0
294
Member Avatar for lydia21

hi how to combine three tables in a single query.please send a sample code thanks

Member Avatar for Shanti C
0
132
Member Avatar for MAD_DOG

Shell Programming for UNIX/Linux is finally over thank god! C/C++/Perl I hate that shit lol it's over and I learned something. 1&>2 = I dont really know if this is right lol or 1>&2 = Something is redirecting something lol

Member Avatar for eggi
0
590
Member Avatar for heni_pro

i'm doing php project on e-voting and i've a data goes from voters in the databse can u help me to give me the php code that counts the votes in voting seesion and display the result..plzzzzz

Member Avatar for R0bb0b
0
106
Member Avatar for iamoldest

Hey everyone! Okay I have another pretty simple problem... [ICODE] while mainloop == 0: for event in pygame.event.get(): if (event.type == KEYDOWN): draw_level() if (event.key == K_ESCAPE): sys.exit() if (event.key == K_RIGHT): while roll == 0: if level[yd][xd + 1] == 1: xd = xd - 1 roll = 1 …

Member Avatar for jlm699
0
129
Member Avatar for the reaper

After finishing my lesson on loops and array initialization i managed to sit down for a good 15 min. and right a calculator now the code is perfectly clean but when i run it i doesn't do what i programmed it to do..here is the code [code] //*********************** //* //* …

Member Avatar for WaltP
0
260
Member Avatar for skinbug

Bit of a php and sql issue, so thought I'd try here... for a registration form, I have created an sql file such as... [icode]firstname varchar(30) not null[/icode] ...etc...for all the fields, which I then import to the database. But then the form also has 15 checkboxes where the user …

Member Avatar for skinbug
0
486
Member Avatar for Seagull One

Hello Everyone. I'm new to python and so far, I simply love it! I'm still just starting to get the knack though and there's a lot more I want to know. I've decided to use it mainly for my robots' programming scripts. Right now I'm currently stuck on a simple …

Member Avatar for Seagull One
0
1K
Member Avatar for pardeep3dec

Dear Sir/Madam Please tell me how can i remove "Invalid use of null" problem . Coding given below There is no value in rc1.fields(6) [code]db1.Open "Provider='Microsoft.Jet.OLEDB.4.0';Data Source='" & App.Path & "\tmgmt.mdb';" st1 = "select * from travel where sno = " & frmtorf.tserial.Text & ";" rc1.Open st1, db1, adOpenDynamic, adLockBatchOptimistic …

Member Avatar for hkdani
0
108
Member Avatar for punex

hello there.Thanks for all the help you guys been giving me by replying my thread.now i have half way to go to finish my system.my system is done using asp and ms access as database.i want to ask what does this error message means? Error Type: Microsoft OLE DB Provider …

Member Avatar for Pg-online
0
90
Member Avatar for ratperson

I am here making my video game wondering how to make an image appear when someone clicks in a certain area. If I need an image to pop up when some one clicks anywhere within a large rectangle of space how would I go about doing that? Thanks!

Member Avatar for vegaseat
0
2K
Member Avatar for waldchr

Hi I have a program i was writing to solidify my knowledge of files and how to handle them. I seem to have hit a snag though. What the program does is create files based on a user inputted date and allows them to add content to the files (kind …

Member Avatar for waldchr
0
120
Member Avatar for gispe

Hi ppl, I've written a simple program with strings. this just recives the name and last name of a person, and then print it. i had a few problems with this: at first, it didnt let me define a variable as "string", it gave this error: [code=cplusplus] C2679: binary '>>': …

Member Avatar for CoolGamer48
0
335
Member Avatar for neverness

Hello people, Alright, my problem is something like this. I've declared a nested struct within a class template, and i want one of the member functions of the class to return an object of type struct. Somehow, i seem to be unable to do this defining the member function outside …

Member Avatar for neverness
0
254
Member Avatar for emilio

i just starter to learn jsp and i have few questions. 1) in my jsp project i have jsp page and java classes that defined as jsp beans. my jsp page contains submit button. is there a way to define that each time i press the button the program will …

Member Avatar for peter_budo
0
151
Member Avatar for mjoshi

I have a codein which i want to do the following: main(int argc, char *argv[]) { fp1=fopen(argv[1], "w") function(para1, para2, ??) } function(para1, para2, ??) { fp2= fopen(argv[2], "r") } So eesentially i want to pass a few parameters and the pointer to the function. I dont know how to …

Member Avatar for Aia
0
417
Member Avatar for anshulagarwal

hello freinds.I am anshul agarwal doing my summer internship in Germany. I am facing one problem in visual c++.. Actually i have done a project in borland c++ but because of memory constrain, I am forced to switch over to visual c++... My program is to read 5000 data from …

Member Avatar for VernonDozier
0
246
Member Avatar for samlabs821

Hello progers There is a big question in my mind I know that now PHP is popular but JSP is also known . . . so can you answer which language will be popular in future

Member Avatar for peter_budo
0
93
Member Avatar for lhanzcelot

i want to learn vb.. is der any tutorials here dat can help me learn vb? tnx..

Member Avatar for K.Vanlalliana
0
77
Member Avatar for krebstar

Hi guys, I'm having a little problem setting a string value to another string.. I have the class: [CODE] class FILENAME { public: string GetFullPath() const; void SetFullPath(string& fname); private: string fullpath; }; [/CODE] The declaration for the SetFullPath Method is: [CODE] void FILENAME::SetFullPath(string& fname) { fullpath = fname; } …

Member Avatar for krebstar
0
192
Member Avatar for brizhou

what code can i use so that if the coodinates of a mouse represented by symbol @ goes over coodinates of apples representedby symbols & and makes the & disappear on the grid? im thinking which would be more effiecient, the if or switch statement

Member Avatar for CoolGamer48
0
84
Member Avatar for chanda gul

Hi...can any1 help me in this code?? i am trying to read the content present at address 0x2c of memory of floppy...but i am having problem in this...please tell me how can i do this??? [code=cplusplus] #include "stdafx.h" #include "fat_32.h" #include <conio.h> #include <memory.h> #include <string.h> #ifdef _DEBUG #define new …

Member Avatar for Salem
0
129
Member Avatar for justted

Hello, I am trying to make the code below work so that when a member visits his/her own profile they can see the $bank_balance along with all the other details. However, when the member goes and visits someone elses profile I dont want them to be able to see the …

Member Avatar for R0bb0b
0
180
Member Avatar for veledrom

Hi, I want to send authenticated mail in php. i know smtp and phpmail classes. Is there anyone to help me? I have followed scripts on net but, i couldn't send an email. Anyone with working solution? Thanks

Member Avatar for veledrom
0
133
Member Avatar for veledrom

Hi, I can't send authenticated email from phpmailer. Code and error are shown below. If SMTPAuth is false then mail goes only to my mail. Everyting under C:\wamp\www\phpMailer. I didn't do any changes in "class.phpmailer.php" file. Thanks Error: "Mailer Error: SMTP Error: Could not connect to SMTP host." Code: [code] …

Member Avatar for veledrom
0
99
Member Avatar for leegeorg07

hi again sorry i havent been only lately but i have this problem with some code for a digital phonebook. the code is this:[ICODE]p = float(raw_input("do you want to add a new person? (1 = yes, 0 = no)")) v = float(raw_input ("do you want to see the phonebook now? …

Member Avatar for leegeorg07
0
107
Member Avatar for zulaila

i am fresh student in sofware engineering and now my lecturer want me to do mini project "cab meter reader" apply with java.i don't know how can i start the project.i also really weak in java.can u please help me..

Member Avatar for jwenting
0
125
Member Avatar for nhlagumbi

hi i'm doing my final year project in computer science and its an online share trading system, well the topic was gaven to me bcos i would have not chosen it. its giving me a lot of problems,firstly i dont know anything about trading of shares. plz anyone can u …

Member Avatar for jasimp
0
94
Member Avatar for Nikolas741

How can I create a video without like actually recording it via a digital camera? I want to either create a flash video or a .avi video - is it possible using any Macromedia software? If anyone could point me to software, it'd be appreciated. But not software for a …

Member Avatar for Mashka
0
179
Member Avatar for Rakesh Nagekar

hello friends, Good Morning , i require code for saving path of file in database can any one provide me. Thank u Rakesh Nagekar

Member Avatar for Demiloy
0
486
Member Avatar for raj1108

i need some different projects (names and details) related to java which has to be done in 1 month and also the related guidelines for that projects..could u please provide us the same asap.

Member Avatar for jwenting
0
144
Member Avatar for mindfrost82

I'm sorry for my ignorance, but I'm fairly new to PHP, so let me explain what I'm trying to do. I'm using a CSV file as my data source, which isn't a problem, I can read/write fine. I'm using this code to create a table from the CSV file: [code] …

Member Avatar for mindfrost82
0
2K
Member Avatar for soppyhankins

I am trying to create a simple C program that uses HandBrake (video converter). The only way to run this program is to have one of the (in my opinion) crappy GUIs or to type out all of the arguments in the command line. My program is simpler than the …

Member Avatar for soppyhankins
0
100
Member Avatar for guptaalok12

I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it Pls help

Member Avatar for a496761
0
92
Member Avatar for hunkychop

i have searched the web for awhile on this... i wrote a script that will format certain words as the user types [INDENT](ex. when the user types MTrak the text is replaced with <b>MTrak</b>)[/INDENT] i need to know how to view the formatting in a text box, not the tags. …

Member Avatar for zasyatkin
0
341
Member Avatar for jess29

I just started teaching myself c with a book called practical c programming, and i can't figure out one of the exercises. I'm supposed to write a function that scans a character array for the character - and replace it with _. I tried doing it, but i don't think …

Member Avatar for jess29
0
111
Member Avatar for dharam_05

I have to create database of student having different subjects and marks in respective subjects. Now many students will many subjects so there is many to many relationship. My database design: Table 1: Student table (PK)Stud_id, Stud_name Table 2: Subject table (FK)Stud_id, Sub_id, Sub_name, Marks. Table 3: Stud_Sub table Stud_id, …

Member Avatar for dharam_05
0
112
Member Avatar for scrypt3r

Im making a password form and i need to make it so when the user clicks off the form, the form automaticlly comes back up again, ive searched for code snipetts alover the internet but carnt seem to find any code to do with that, any help?

Member Avatar for scrypt3r
0
112
Member Avatar for sathiyamoorthy6
Member Avatar for AliHurworth

Hi all, Where am I going wrong here? I'm getting a syntax error... [QUOTE]Database ERROR1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1[/QUOTE] [code=php] <?php require_once('Connections/connect.php'); # this is …

Member Avatar for nav33n
0
94
Member Avatar for AlanZinober

This refers to instantiation and "uninstantiation". I need to solve an ode system many times with a varying paramter p in an iterative loop. It seems that I cannot use "out" and "ode" repetitively in the code below. The code works when N=1. Is there a way of "uninstantiating" and …

Member Avatar for AlanZinober
0
151
Member Avatar for conan19870619

i had a thought to write a program to play boggle. i already know how it works and decide to use a heap-based method. However, i just dont know how to write a basic step: look up a word in a dictionary. So,if i have a word "program", how can …

Member Avatar for Duoas
0
743
Member Avatar for Systnubdesigner
Member Avatar for Systnubdesigner
0
93
Member Avatar for friendklay

[code=python] data = re.sub(u"\u102F*\u102D", u"\u102D\\2\u102F", data) data = re.sub(u"\u1031*\u103B", u"\u103B\\2\u1031", data) data = re.sub(u"\u1001*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1002*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1004*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1007*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1012*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1013*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1014*\u102C", u"\u1001\\2\u102B", data) data = re.sub(u"\u1015*\u102C", u"\u1001\\2\u102B", …

Member Avatar for friendklay
0
348

The End.